--- - name: Reboot the Raspberries hosts: all gather_facts: no roles: - common become: yes tasks: - name: Rebooting... ansible.builtin.reboot: msg: "Reboot initiated by Ansible" test_command: uptime