aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2021-07-25 23:17:44 +0200
committerJulien Dessaux2021-07-25 23:17:44 +0200
commitdd34078c68fbcb59944217d2d495b41e32f48511 (patch)
tree1a8516012fb0f5996c4adf6a7edadd476d11eef0
parentAdded FreeBSD support (diff)
downloadborg-ansible-role-dd34078c68fbcb59944217d2d495b41e32f48511.tar.gz
borg-ansible-role-dd34078c68fbcb59944217d2d495b41e32f48511.tar.bz2
borg-ansible-role-dd34078c68fbcb59944217d2d495b41e32f48511.zip
Added Debian support1.2.0
-rw-r--r--tasks/client_Debian.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/client_Debian.yml b/tasks/client_Debian.yml
new file mode 100644
index 0000000..a6c6317
--- /dev/null
+++ b/tasks/client_Debian.yml
@@ -0,0 +1,7 @@
+---
+- name: activate borg cron
+ file:
+ state: link
+ src: /usr/local/bin/adyxax_backup.sh
+ dest: /etc/cron.daily/backup
+...