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

6 lines
126 B
YAML
Raw Normal View History

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