--- - name: Reboot all machines hosts: all user: root tasks: - name: Reboot all machines ansible.builtin.reboot: