From ff92c5a302a17afc44edecb2fdc0bb5c473743b6 Mon Sep 17 00:00:00 2001 From: administrator Date: Thu, 1 Feb 2024 11:06:20 +0800 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index bab4f59..5ae9694 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,2 @@ [defaults] -inventory = ./inventory -roles_path = ./roles -host_key_checking = False -COLLECTIONS_PATH = ~/.ansible/collections:~/.ansible/collections/ansible_collections \ No newline at end of file +COLLECTIONS_PATH = ~/.ansible/collections:~/.ansible/collections/ansible_collections:/opt/ansible/.ansible/collections/ansible_collections \ No newline at end of file