Update collection and role paths in ansible.cfg

This commit is contained in:
Chris Edillon
2025-03-19 16:52:58 -04:00
parent 0b1904e727
commit d98afd7a7f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -164,4 +164,4 @@
ansible.builtin.debug:
msg: "{{ msg.split('\n') }}"
...
...