1
0
Fork 0

Fixed borg cron not working on openbsd

This commit is contained in:
Julien Dessaux 2019-07-16 12:04:53 +02:00
parent dfc762b005
commit 44ce839172
3 changed files with 7 additions and 6 deletions

View file

@ -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
...