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:
parent
1142faa213
commit
a67d5dbcb7
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue