--- - name: Reboot machine hosts: "{{ Daily_Reboot_Hosts }}" become: true tasks: - name: Reboot machine ansible.builtin.reboot: reboot_timeout: 3600