ansible/roles/cron/handlers/main.yml

6 lines
78 B
YAML

---
- name: Restart rsyslog
service:
name: rsyslog
state: restarted