aboutsummaryrefslogtreecommitdiff
path: root/handlers/main.yml
blob: 22e2660df967e039eaaf2e8a4e9a76eb9e8cf895 (plain)
1
2
3
4
5
6
---
- name: restart bsd cron
  service:
    name: cron
    state: restarted
...