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

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito 2020-05-01 04:29:50 +09:00 committed by GitHub
parent 1142faa213
commit a67d5dbcb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "Add example setting for ``collections_paths`` parameter to ``examples/ansible.cfg``"

View file

@ -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