ansible-playbooks/ssh/roles/ssh_setup/handlers/main.yml

5 lines
70 B
YAML

---
- name: Restart SSH
service:
name: sshd
state: restarted