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

@ -36,7 +36,9 @@
- name: Clean up docker containers
cron:
name: clean up docker containers
special_time: weekly
hour: 12
minute: 0
weekday: 3
job: docker system prune -af --volumes
- name: Install util scripts