Update collection and role paths in ansible.cfg
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[defaults]
|
||||
collections_path=./collections
|
||||
roles_path=./roles
|
||||
collections_path=./collections:/usr/share/ansible/collections
|
||||
roles_path=./roles:/usr/share/ansible/roles
|
||||
|
||||
[galaxy]
|
||||
server_list = certified,validated,galaxy
|
||||
|
||||
@@ -164,4 +164,4 @@
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ msg.split('\n') }}"
|
||||
|
||||
...
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user