Shuffle around cron jobs to run earlier at night

This commit is contained in:
Jake Howard
2022-11-20 22:52:00 +00:00
parent 3ec359ed0e
commit a51854f48c
4 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
- name: Clean up docker containers
cron:
name: clean up docker containers
hour: 23
hour: 1
minute: 0
job: docker system prune -af --volumes