ansible/roles/sshd/handlers/main.yml

5 lines
72 B
YAML

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