From 561369954069edc57e527e062a4b6ae7dbb1893d Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sun, 9 Aug 2026 20:49:40 +0100 Subject: [PATCH] fix: add roles path to ansible config --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index c2fab57..b3603a2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] +roles_path = ansible/roles lookup_plugins = ansible/lookup_plugins callback_result_format = yaml