mirror of https://github.com/ceph/ceph-ansible.git
tests: disable vars fact injection
wip Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>guits-disable_var_fact_injection
parent
a7f2fa73e6
commit
d488b1612f
1
tox.ini
1
tox.ini
|
@ -277,6 +277,7 @@ setenv=
|
||||||
ANSIBLE_KEEP_REMOTE_FILES = 1
|
ANSIBLE_KEEP_REMOTE_FILES = 1
|
||||||
ANSIBLE_CACHE_PLUGIN = memory
|
ANSIBLE_CACHE_PLUGIN = memory
|
||||||
ANSIBLE_GATHERING = implicit
|
ANSIBLE_GATHERING = implicit
|
||||||
|
ANSIBLE_INJECT_FACT_VARS = True
|
||||||
# only available for ansible >= 2.5
|
# only available for ansible >= 2.5
|
||||||
ANSIBLE_STDOUT_CALLBACK = yaml
|
ANSIBLE_STDOUT_CALLBACK = yaml
|
||||||
non_container: DEV_SETUP = True
|
non_container: DEV_SETUP = True
|
||||||
|
|
Loading…
Reference in New Issue