From 47a4a4850cf901376a76ef4d16a9cc3a402f212b Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Fri, 24 Apr 2026 14:32:13 -0700 Subject: [PATCH] Errors in preflight about ansible_os_family preflight called here with gather_facts off so changing --- playbooks/site_preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/site_preflight.yml b/playbooks/site_preflight.yml index 8d7febb..60df33e 100644 --- a/playbooks/site_preflight.yml +++ b/playbooks/site_preflight.yml @@ -18,6 +18,6 @@ - name: Infrastructure Preflight Check hosts: all - gather_facts: false + gather_facts: true roles: - role: preflight \ No newline at end of file