Stop running everything at midnight

This commit is contained in:
Jake Howard
2021-05-30 13:55:44 +01:00
parent 9a6eef0320
commit bf5c95fbe2
2 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,9 @@
- name: ZFS Scrub
cron:
name: scrub {{ item }} ZFS pool
special_time: weekly
hour: 5
minute: 0
weekday: 5
job: "{{ which_zpool.stdout }} scrub {{ item }}"
become: true
loop: "{{ zpools_to_scrub }}"