Skip to content
Snippets Groups Projects
Commit 756f2e35 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

Add lookup_plugins path in ansible.cfg

parent d327783b
No related branches found
No related tags found
2 merge requests!64Keepalived,!33Lookups plugins
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
# Explicitely redefined some defaults to make play execution work # Explicitely redefined some defaults to make play execution work
roles_path = ./roles roles_path = ./roles
vars_plugins = ./vars_plugins vars_plugins = ./vars_plugins
lookup_plugins = ./lookup_plugins
# Do not create .retry files # Do not create .retry files
retry_files_enabled = False retry_files_enabled = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment