facts: Do not collect facts in first play

The first play in the `facts.yml` playbook contains a single task: clear
the existing fact cache.  It makes *no* sense to gather facts for this
play.
chrony
Dustin 2023-10-27 17:40:50 -05:00
parent 7b23f6a4ac
commit 431b7dfacc
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
- hosts: all
gather_facts: false
tasks:
- name: clear facts
meta: clear_facts