7 lines
108 B
YAML

- name: sshd restart
systemd:
name: sshd
state: restarted
enabled: yes
daemon_reload: yes