fixed hours in hour

This commit is contained in:
Marco Procaccini 2025-07-11 11:24:57 +02:00
parent bef0de84c7
commit 078ed862e1
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
name: Prune docker volumes name: Prune docker volumes
cron_file: docker-prune-volumes cron_file: docker-prune-volumes
minute: "0" minute: "0"
hours: "*/12" hour: "*/12"
user: root user: root
state: present state: present
job: "/usr/local/sbin/docker-prune-dangling-volumes" job: "/usr/local/sbin/docker-prune-dangling-volumes"
@ -132,7 +132,7 @@
name: Prune docker volumes name: Prune docker volumes
cron_file: docker-prune-volumes cron_file: docker-prune-volumes
minute: "0" minute: "0"
hours: "*/12" hour: "*/12"
user: root user: root
state: absent state: absent
job: "/usr/local/sbin/docker-prune-dangling-volumes" job: "/usr/local/sbin/docker-prune-dangling-volumes"