summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHideki Saito <saito@fgrep.org>2020-05-01 04:29:50 +0900
committerGitHub <noreply@github.com>2020-04-30 14:29:50 -0500
commita67d5dbcb7d6bc3caf6794154bb52dd9d01685bd (patch)
treecae3c9aaa4b72a446634eb6646b74df544a39089 /examples
parent1142faa2138589e359b6a1ef1d371326b6f21a49 (diff)
downloadansible-a67d5dbcb7d6bc3caf6794154bb52dd9d01685bd.tar.gz
Add example setting for collections_paths parameter to examples/ansible.cfg (#69018)
Signed-off-by: Hideki Saito <saito@fgrep.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index d40ae09a98..f14dd9e0eb 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -60,6 +60,9 @@
#
#inject_facts_as_vars = True
+# Paths to search for collections, colon separated
+# collections_paths = ~/.ansible/collections:/usr/share/ansible/collections
+
# Paths to search for roles, colon separated
#roles_path = ~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles