---
- name: restart sshd
become: true
ansible.builtin.systemd:
name: ssh
enabled: true
state: restarted