1
0
Fork 0

Added FreeBSD support

This commit is contained in:
Julien Dessaux 2021-06-29 18:23:26 +02:00
parent fb1bc55552
commit 6e2e7d5574
4 changed files with 16 additions and 7 deletions

8
tasks/client_FreeBSD.yml Normal file
View file

@ -0,0 +1,8 @@
---
- name: activate borg cron
lineinfile:
line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
path: /var/cron/tabs/root
create: yes
notify: restart bsd cron
...

View file

@ -3,5 +3,5 @@
lineinfile:
line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
path: /var/cron/tabs/root
notify: restart openbsd cron
notify: restart bsd cron
...