From aeafb9de6b5ffa1749ebe90e33dce2119beb3a98 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 2 Feb 2026 13:42:23 -0500 Subject: [PATCH] added roles to ansible.cfg --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 39c7a59..706d06b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,6 @@ [defaults] inventory = ./inventory/hosts.yml +roles_path = ./roles host_key_checking = False retry_files_enabled = False gathering = smart