From 079adf156bf511983aa639d53aac9ded864c4014 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Thu, 23 Apr 2026 18:41:35 -0700 Subject: [PATCH] Update playbooks/site_preflight.yml --- playbooks/site_preflight.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/site_preflight.yml b/playbooks/site_preflight.yml index acb45d8..8d7febb 100644 --- a/playbooks/site_preflight.yml +++ b/playbooks/site_preflight.yml @@ -15,3 +15,9 @@ gather_facts: true roles: - preflight + +- name: Infrastructure Preflight Check + hosts: all + gather_facts: false + roles: + - role: preflight \ No newline at end of file