summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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