diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 5d9fad7113e..df840fd37f5 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -217,6 +217,7 @@ CACHE_PLUGIN_TIMEOUT: yaml: {key: facts.cache.timeout} COLLECTIONS_PATHS: name: ordered list of root paths for loading installed Ansible collections content + description: Colon separated paths in which Ansible will search for collections content. default: ~/.ansible/collections:/usr/share/ansible/collections type: pathspec env: