ansible/roles/cron/handlers/main.yml

6 lines
75 B
YAML

---
- name: Restart CRON
service:
name: cron
state: restarted
...