From: Guillaume Abrioux Date: Wed, 13 Feb 2019 15:35:57 +0000 (+0100) Subject: tests: use memory backend for cache fact X-Git-Tag: v4.0.0rc1~104 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4a1bafdc2181b3a951991fcc9a5108edde757615;p=ceph-ansible.git tests: use memory backend for cache fact force ansible to generate facts for each run. Signed-off-by: Guillaume Abrioux --- diff --git a/tox.ini b/tox.ini index 291def7d9..2b4b930f4 100644 --- a/tox.ini +++ b/tox.ini @@ -219,6 +219,8 @@ setenv= ANSIBLE_CALLBACK_PLUGINS = {toxinidir}/plugins/callback ANSIBLE_CALLBACK_WHITELIST = profile_tasks ANSIBLE_KEEP_REMOTE_FILES = 1 + ANSIBLE_CACHE_PLUGIN = memory + ANSIBLE_GATHERING = implicit # only available for ansible >= 2.5 ANSIBLE_STDOUT_CALLBACK = yaml non_container: DEV_SETUP = True