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

5 lines
104 B
YAML
Raw Normal View History

2019-08-29 09:35:19 +00:00
---
# handlers file for /etc/ansible/roles/core
- name: restart ssh
service: name=ssh state=restarted