---
- name: Reboot machine
hosts: "{{ my_hosts | d([]) }}"
become: true
tasks:
ansible.builtin.reboot:
reboot_timeout: 3600