From 24d41432fc341acd02e042865734b1dadb40d8cd Mon Sep 17 00:00:00 2001 From: Semaphore Date: Thu, 12 Mar 2026 22:29:18 -0700 Subject: [PATCH] Fix linux_reboot: remove preflight bootstrap play, use gather_facts directly --- playbooks/linux_reboot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/playbooks/linux_reboot.yml b/playbooks/linux_reboot.yml index 3d66c71..c66fca7 100644 --- a/playbooks/linux_reboot.yml +++ b/playbooks/linux_reboot.yml @@ -1,11 +1,4 @@ --- -- name: Bootstrap — ensure Python is available - hosts: linux_hosts - gather_facts: false - roles: - - role: preflight - tasks_from: bootstrap - - name: Reboot Linux hosts if required (or forced) hosts: linux_hosts gather_facts: true