klips/ansible/roles/core/handlers/main.yml

5 lines
104 B
YAML

---
# handlers file for /etc/ansible/roles/core
- name: restart ssh
service: name=ssh state=restarted