From 6148d8a954d7ab064942534db5f59fdacb22770a Mon Sep 17 00:00:00 2001 From: administrator Date: Thu, 1 Feb 2024 11:02:49 +0800 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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