cleanup fact cache here too
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
restart_libvirt_services
update_vagrant_boxes
+# In the same logic, clean fact cache
+rm -rf $HOME/ansible/facts/*
+
# the $SCENARIO var is injected by the job configuration. It maps
# to an actual, defined, tox environment
$VENV/tox -rv -e=$SCENARIO --workdir=$WORKDIR -- --provider=libvirt
# the method exists in scripts/build_utils.sh
teardown_vagrant_tests
+
+# clean fact cache
+rm -rf $HOME/ansible/facts/*
\ No newline at end of file