From: Guillaume Abrioux Date: Wed, 13 Feb 2019 15:35:57 +0000 (+0100) Subject: tests: use memory backend for cache fact X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9df795abdc65d2ec4e00897a45f4bcb3ef751f3d;p=ceph-ansible.git tests: use memory backend for cache fact force ansible to generate facts for each run. Signed-off-by: Guillaume Abrioux (cherry picked from commit 4a1bafdc2181b3a951991fcc9a5108edde757615) --- diff --git a/tox.ini b/tox.ini index be197e17c..5f121ea3f 100644 --- a/tox.ini +++ b/tox.ini @@ -164,6 +164,8 @@ setenv= # only available for ansible >= 2.2 ANSIBLE_STDOUT_CALLBACK = debug ansible2.2: DELEGATE_FACTS_HOST = False + ANSIBLE_CACHE_PLUGIN = memory + ANSIBLE_GATHERING = implicit centos: CEPH_ANSIBLE_VAGRANT_BOX = centos/7 ubuntu: CEPH_ANSIBLE_VAGRANT_BOX = ceph/ubuntu-xenial ubuntu: INVENTORY = hosts-ubuntu