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

This commit is contained in:
Menno van Leeuwen 2025-03-11 21:56:39 +01:00
parent 22bbda6b19
commit 94a2b35770
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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