Skip to content
Snippets Groups Projects
Commit 130e2349 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: adjust maintenance end timer to match new ZIH maintenance window

parent ee86afba
Branches
No related tags found
No related merge requests found
Pipeline #8982 passed
......@@ -22,6 +22,7 @@
- "rosetta_maintenance_begin.service"
- "rosetta_maintenance_begin.timer"
- "rosetta_maintenance_end.timer"
notify: daemon-reload
- name: enable Rosetta maintenance services and timers
ansible.builtin.systemd_service:
name: "{{ item.name }}"
......
......@@ -10,7 +10,7 @@ Description=timer for rosetta_maintenance.service
# syntax that explicitely lists all days separated by commas.
# One more reason for RHEL to fuck ALL THE WAY OFF!
# OnCalendar=Tue *-*-01..07 08:00:00 # NOT THIS on RHEL 7!
OnCalendar=Tue *-*-01,02,03,04,05,06,07 11:45:00
OnCalendar=Tue *-*-01,02,03,04,05,06,07 15:00:00
Unit=exlibris.service
[Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment