docker-gc executable cron task
This commit is contained in:
parent
67be137e01
commit
6b6a5ceeae
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@
|
|||
when: enable_docker_gc
|
||||
|
||||
- name: Copy Cron for garbage collection script
|
||||
template: src=cron_docker-gc.j2 dest=/etc/cron.hourly/cron_docker-gc
|
||||
template: src=cron_docker-gc.j2 dest=/etc/cron.hourly/cron_docker-gc mode=755
|
||||
when: enable_docker_gc
|
||||
|
|
Loading…
Reference in a new issue