Fix linux_reboot: remove preflight bootstrap play, use gather_facts directly

This commit is contained in:
Semaphore
2026-03-12 22:29:18 -07:00
parent 3f915a99a5
commit 24d41432fc

View File

@@ -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) - name: Reboot Linux hosts if required (or forced)
hosts: linux_hosts hosts: linux_hosts
gather_facts: true gather_facts: true