---
- name: "Reboot hosts"
  hosts: all
  tasks:
    - name: Reboot
      ansible.builtin.reboot:
        reboot_timeout: 3600