--- - name: Restart sshd ansible.builtin.service: name: sshd state: restarted - name: Reboot ansible.builtin.reboot: