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