deployment/roles/configure-ssh/handlers/main.yml

7 lines
89 B
YAML

---
- name: restart sshd
service:
name: sshd
state: restarted
enabled: yes