Merge pull request 'fixed hours in hour' (!5) from marco.procaccini/ansible-role-docker:master into master

Reviewed-on: #5
This commit is contained in:
Andrea Dell'Amico 2025-07-11 12:13:14 +02:00
commit 57458f7f0a
1 changed files with 2 additions and 2 deletions

View File

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