cronjob prune system is executed 2 times in a day

This commit is contained in:
Marco Procaccini 2026-02-02 14:07:29 +01:00
parent 76c5a00a35
commit f34de41263
1 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,8 @@
cron:
name: Prune docker system
cron_file: docker-system-prune-all
special_time: daily
minute: "0"
hour: "1,13"
user: root
state: present
job: "/usr/local/sbin/docker-system-prune-all"
@ -93,7 +94,8 @@
cron:
name: Prune docker system
cron_file: docker-system-prune-all
special_time: daily
minute: "0"
hour: "1,13"
user: root
state: absent
job: "/usr/local/sbin/docker-system-prune-all"