Add example setting for collections_paths parameter to examples/ansible.cfg (#69018)

Signed-off-by: Hideki Saito <saito@fgrep.org>
pull/69265/head
Hideki Saito 5 years ago committed by GitHub
parent 1142faa213
commit a67d5dbcb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- "Add example setting for ``collections_paths`` parameter to ``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

Loading…
Cancel
Save