From 756f2e35b1a4e137ba90b14685b4b5b64d6bebaf Mon Sep 17 00:00:00 2001 From: Maxime Bombar <bombar@crans.org> Date: Sun, 9 Aug 2020 18:36:17 +0200 Subject: [PATCH] Add lookup_plugins path in ansible.cfg --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- GitLab