ansible-playbooks/debian/roles/common/handlers/main.yml
2014-05-07 14:32:38 +00:00

7 lines
127 B
YAML

---
- name: restart rsyslog
service: name=rsyslog state=restarted
- name: restart cron
service: name=cron state=restarted