feat: update Ansible configuration to use absolute path for lookup plugins

This commit is contained in:
2025-03-11 21:56:39 +01:00
parent 22bbda6b19
commit 94a2b35770

View File

@@ -2,5 +2,5 @@
inventory = inventory inventory = inventory
roles_path = roles roles_path = roles
collections_paths = collections collections_paths = collections
lookup_plugins = plugins/lookup lookup_plugins = /home/menno/.dotfiles/config/ansible/plugins/lookup
retry_files_enabled = False retry_files_enabled = False