From 6e49d2b6c76bdc11c42fb292f7bdafc95e492d51 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Feb 2021 19:10:38 +0100 Subject: Revitalized the borg role --- tasks/client_RedHat.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tasks/client_RedHat.yml (limited to 'tasks/client_RedHat.yml') diff --git a/tasks/client_RedHat.yml b/tasks/client_RedHat.yml new file mode 100644 index 0000000..a6c6317 --- /dev/null +++ b/tasks/client_RedHat.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