summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-09 12:50:00 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-09 12:50:00 +0200
commit4bf5ba2dc43d12a7f27cd0fde8b5ee92f9a32870 (patch)
treece1019841ed205cc9c6b6c6d8717b09be7aa65a4
parentb05e3bfac3a1ebfe45fc5f4c5548bcc3ef693833 (diff)
downloadansibleness-4bf5ba2dc43d12a7f27cd0fde8b5ee92f9a32870.tar.gz
change backup time for holywood2 for daytime
-rw-r--r--ansible/holywood2.yml2
-rw-r--r--ansible/roles/holywood2/tasks/main.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ansible/holywood2.yml b/ansible/holywood2.yml
index cb058ff..d52a5b6 100644
--- a/ansible/holywood2.yml
+++ b/ansible/holywood2.yml
@@ -11,7 +11,7 @@
- self-updating-system
vars:
sane_debian_system_version: 1
- unix_users_version: 1
+ unix_users_version: 2
sane_debian_system_hostname: holywood2
sane_debian_system_codename: buster
diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml
index 164cc67..64505f8 100644
--- a/ansible/roles/holywood2/tasks/main.yml
+++ b/ansible/roles/holywood2/tasks/main.yml
@@ -66,7 +66,7 @@
- name: run borg from cron
copy:
content: |
- 0 0 * * * root /root/borg-all
+ 40 10 * * * root /root/borg-all
dest: /etc/cron.d/local-backup
owner: root
group: root