summaryrefslogtreecommitdiff
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
parent95e24ffeeaecb6becb69aea58ba49289454102d1 (diff)
downloadansibleness-9b00eecd38b9a670ad582c1715398aa7ff935fe7.tar.gz
re-enable backups on holywood2
-rw-r--r--ansible/hosts1
-rw-r--r--ansible/roles/holywood2/tasks/main.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/ansible/hosts b/ansible/hosts
index 8c2e6ae..2adc802 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -32,6 +32,7 @@ vmhost
vmdb2-dev
+subplot-dev
subplot-dan-dev
[ick-workers]
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