aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorJulien Dessaux2019-07-16 12:04:53 +0200
committerJulien Dessaux2019-07-16 12:04:53 +0200
commit44ce83917219df1663658a572b21917eba326458 (patch)
tree9b2ed65b19a466b1b61ab4ddc93a458c8eb6d98c /tasks
parentAnsible best practices and committed forgotten handlers for borg role (diff)
downloadborg-ansible-role-44ce83917219df1663658a572b21917eba326458.tar.gz
borg-ansible-role-44ce83917219df1663658a572b21917eba326458.tar.bz2
borg-ansible-role-44ce83917219df1663658a572b21917eba326458.zip
Fixed borg cron not working on openbsd
Diffstat (limited to 'tasks')
-rw-r--r--tasks/client.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/client.yml b/tasks/client.yml
index b4c4b22..7eedbe7 100644
--- a/tasks/client.yml
+++ b/tasks/client.yml
@@ -86,4 +86,5 @@
line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
path: /var/cron/tabs/root
when: ansible_os_family == 'OpenBSD'
+ notify: restart openbsd cron
...