Files
ssh-protect/handlers/main.yml

6 lines
71 B
YAML

---
- name: restart sshd
service:
name: ssh
state: restarted