Added Debian support
This commit is contained in:
parent
6e2e7d5574
commit
dd34078c68
1 changed files with 7 additions and 0 deletions
7
tasks/client_Debian.yml
Normal file
7
tasks/client_Debian.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: activate borg cron
|
||||
file:
|
||||
state: link
|
||||
src: /usr/local/bin/adyxax_backup.sh
|
||||
dest: /etc/cron.daily/backup
|
||||
...
|
Reference in a new issue