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