ansible-playbooks/debian/roles/common/handlers/main.yml

7 lines
127 B
YAML
Raw Normal View History

2014-05-07 14:32:38 +00:00
---
- name: restart rsyslog
service: name=rsyslog state=restarted
- name: restart cron
service: name=cron state=restarted