--- # handlers file for ssh - name: Restart ssh.service ansible.builtin.systemd: state: restarted name: sshd.service become: true