From d488b1612f5ece28bfb3286f4a78461f9a73487c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 11 Mar 2021 15:29:40 +0100 Subject: [PATCH] tests: disable vars fact injection wip Signed-off-by: Guillaume Abrioux --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6b381bd29..ca13c361e 100644 --- a/tox.ini +++ b/tox.ini @@ -277,6 +277,7 @@ setenv= ANSIBLE_KEEP_REMOTE_FILES = 1 ANSIBLE_CACHE_PLUGIN = memory ANSIBLE_GATHERING = implicit + ANSIBLE_INJECT_FACT_VARS = True # only available for ansible >= 2.5 ANSIBLE_STDOUT_CALLBACK = yaml non_container: DEV_SETUP = True