--- - name: Reboot machine hosts: "{{ Daily_Reboot_Hosts }}" become: yes tasks: - name: Reboot machine ansible.builtin.reboot: become: yes reboot_timeout: 3600 msg: "Automatic reboot initiated"