aboutsummaryrefslogtreecommitdiff
path: root/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/main.yml')
-rw-r--r--handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
new file mode 100644
index 0000000..fed8e07
--- /dev/null
+++ b/handlers/main.yml
@@ -0,0 +1,6 @@
+---
+- name: reload openbsd cron
+ service:
+ name: cron
+ state: reloaded
+...