cronjob prune system is executed 2 times in a day
This commit is contained in:
parent
76c5a00a35
commit
f34de41263
|
|
@ -83,7 +83,8 @@
|
||||||
cron:
|
cron:
|
||||||
name: Prune docker system
|
name: Prune docker system
|
||||||
cron_file: docker-system-prune-all
|
cron_file: docker-system-prune-all
|
||||||
special_time: daily
|
minute: "0"
|
||||||
|
hour: "1,13"
|
||||||
user: root
|
user: root
|
||||||
state: present
|
state: present
|
||||||
job: "/usr/local/sbin/docker-system-prune-all"
|
job: "/usr/local/sbin/docker-system-prune-all"
|
||||||
|
|
@ -93,7 +94,8 @@
|
||||||
cron:
|
cron:
|
||||||
name: Prune docker system
|
name: Prune docker system
|
||||||
cron_file: docker-system-prune-all
|
cron_file: docker-system-prune-all
|
||||||
special_time: daily
|
minute: "0"
|
||||||
|
hour: "1,13"
|
||||||
user: root
|
user: root
|
||||||
state: absent
|
state: absent
|
||||||
job: "/usr/local/sbin/docker-system-prune-all"
|
job: "/usr/local/sbin/docker-system-prune-all"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue