From 6e2e7d557489f63b2291a0788e49e2ec2ddf4064 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 29 Jun 2021 18:23:26 +0200 Subject: Added FreeBSD support --- tasks/client_FreeBSD.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tasks/client_FreeBSD.yml (limited to 'tasks/client_FreeBSD.yml') diff --git a/tasks/client_FreeBSD.yml b/tasks/client_FreeBSD.yml new file mode 100644 index 0000000..6bfc0ce --- /dev/null +++ b/tasks/client_FreeBSD.yml @@ -0,0 +1,8 @@ +--- +- name: activate borg cron + lineinfile: + line: '0 23 * * * /usr/local/bin/adyxax_backup.sh' + path: /var/cron/tabs/root + create: yes + notify: restart bsd cron +... -- cgit v1.2.3