From 3eeaf2f9746fd6709bd565d88d0680019f261de3 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Wed, 31 Jul 2019 21:27:44 +0530 Subject: [PATCH] Add description of collection_paths in base.yml (#59778) Fixes: #59775 Signed-off-by: Abhijeet Kasurde --- lib/ansible/config/base.yml | 1 + 1 file changed, 1 insertion(+) 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: