From 2d4469c55121db6d6915ba98a302a3f4baac4779 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 May 2020 08:03:36 +0300 Subject: fix: make sure crontab ends in newline --- ansible/roles/holywood2/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml index 30ae306..2bcb304 100644 --- a/ansible/roles/holywood2/tasks/main.yml +++ b/ansible/roles/holywood2/tasks/main.yml @@ -49,7 +49,8 @@ - name: run borg from cron copy: - content: "0 2 * * * root /root/borg-all" + content: | + 20 7 * * * root /root/borg-all dest: /etc/cron.d/local-backup owner: root group: root -- cgit v1.2.1