--- - name: Reboot system immediately hosts: all become: true tasks: - name: Reboot the machine ansible.builtin.reboot: msg: "Rebooting" reboot_timeout: 600