From 94a2b35770e8c3bcb63b4c8a67d4f6f115563c8d Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Tue, 11 Mar 2025 21:56:39 +0100 Subject: [PATCH] feat: update Ansible configuration to use absolute path for lookup plugins --- config/ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ansible/ansible.cfg b/config/ansible/ansible.cfg index 2324986..3deeaac 100644 --- a/config/ansible/ansible.cfg +++ b/config/ansible/ansible.cfg @@ -2,5 +2,5 @@ inventory = inventory roles_path = roles collections_paths = collections -lookup_plugins = plugins/lookup +lookup_plugins = /home/menno/.dotfiles/config/ansible/plugins/lookup retry_files_enabled = False \ No newline at end of file