ci: Clear fact cache before every run

Since the `remount.yml` playbook now tries to avoid redundant remounts,
it needs up-to-date facts about mounted filesystems and their options.
If the cached facts are out of date, it may incorrectly skip remounting
a filesystem.  Besides, having up-to-date facts in the CI pipeline is
probably a good thing anyway.
ntfy
Dustin 2021-11-02 07:30:00 -05:00
parent 7bb1eb677e
commit 150798cbd5
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ def stageKinit() {
)]) {
sh 'cp "${SUDO_PASS_FILE}" group_vars/pyrocufflink/sudo-pass'
}
sh 'rm -rf .fact-cache'
}
}