1
0
Fork 0

Added Debian support

This commit is contained in:
Julien Dessaux 2021-07-25 23:17:44 +02:00
parent 6e2e7d5574
commit dd34078c68

7
tasks/client_Debian.yml Normal file
View file

@ -0,0 +1,7 @@
---
- name: activate borg cron
file:
state: link
src: /usr/local/bin/adyxax_backup.sh
dest: /etc/cron.daily/backup
...