From 157ef04b1e92105167e23b3bc0ab1432c0ff30f3 Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:40:15 -0500 Subject: Add --flush-cache option to ansible-pull (#84211) --- test/integration/targets/ansible-pull/runme.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/integration/targets/ansible-pull/runme.sh') diff --git a/test/integration/targets/ansible-pull/runme.sh b/test/integration/targets/ansible-pull/runme.sh index b591b283dc..fd97c707f0 100755 --- a/test/integration/targets/ansible-pull/runme.sh +++ b/test/integration/targets/ansible-pull/runme.sh @@ -91,3 +91,9 @@ ANSIBLE_CONFIG='' ansible-pull -d "${pull_dir}" -U "${repo_dir}" conn_secret.yml # fail if we try do delete /var/tmp ANSIBLE_CONFIG='' ansible-pull -d var/tmp -U "${repo_dir}" --purge "$@" + +# test flushing the fact cache +export ANSIBLE_CACHE_PLUGIN=jsonfile ANSIBLE_CACHE_PLUGIN_CONNECTION=./ +ansible-pull -d "${pull_dir}" -U "${repo_dir}" "$@" gather_facts.yml +ansible-pull -d "${pull_dir}" -U "${repo_dir}" --flush-cache "$@" test_empty_facts.yml +unset ANSIBLE_CACHE_PLUGIN ANSIBLE_CACHE_PLUGIN_CONNECTION -- cgit v1.2.3