summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/roles/holywood2/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
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