Update playbooks/site_preflight.yml

This commit is contained in:
2026-04-23 18:41:35 -07:00
parent 69cce6c0e0
commit 079adf156b

View File

@@ -15,3 +15,9 @@
gather_facts: true
roles:
- preflight
- name: Infrastructure Preflight Check
hosts: all
gather_facts: false
roles:
- role: preflight