From 2f86815728c7234e33d5895ce031758f92d4d316 Mon Sep 17 00:00:00 2001 From: reqwizz Date: Mon, 11 Nov 2024 23:00:56 +0300 Subject: [PATCH] fix ansiblecfg --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index a76aa31..8d90872 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,4 +1,4 @@ [defaults] inventory = inventory.yml -roles_path = ./roles +roles_path = ./ansible/roles host_key_checking = False \ No newline at end of file