From dd34078c68fbcb59944217d2d495b41e32f48511 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 25 Jul 2021 23:17:44 +0200 Subject: Added Debian support --- tasks/client_Debian.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tasks/client_Debian.yml 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 +... -- cgit v1.2.3