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