diff --git a/ansible.cfg b/ansible.cfg index 7a2e7b37..4dd2dddf 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,6 +5,7 @@ # Explicitely redefined some defaults to make play execution work roles_path = ./roles vars_plugins = ./vars_plugins +lookup_plugins = ./lookup_plugins # Do not create .retry files retry_files_enabled = False