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