summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-02 13:14:07 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-02 13:14:07 +0300
commit9b00eecd38b9a670ad582c1715398aa7ff935fe7 (patch)
tree5a8876633b612c917f5593c65c6686d665ba1074 /ansible/roles/holywood2
parent95e24ffeeaecb6becb69aea58ba49289454102d1 (diff)
downloadansibleness-9b00eecd38b9a670ad582c1715398aa7ff935fe7.tar.gz
re-enable backups on holywood2
Diffstat (limited to 'ansible/roles/holywood2')
-rw-r--r--ansible/roles/holywood2/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml
index aa2fae4..0562926 100644
--- a/ansible/roles/holywood2/tasks/main.yml
+++ b/ansible/roles/holywood2/tasks/main.yml
@@ -50,7 +50,7 @@
- name: run borg from cron
copy:
content: |
- # 0 0 * * * root /root/borg-all
+ 0 0 * * * root /root/borg-all
dest: /etc/cron.d/local-backup
owner: root
group: root