diff --git a/ansible.cfg b/ansible.cfg index 64f953e..bab4f59 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,4 +2,4 @@ inventory = ./inventory roles_path = ./roles host_key_checking = False -COLLECTIONS_PATH = ~/.ansible/collections:~/ansible_collections/ \ No newline at end of file +COLLECTIONS_PATH = ~/.ansible/collections:~/.ansible/collections/ansible_collections \ No newline at end of file