Browse Source

docker-gc executable cron task

pull/6/head
Smaine Kahlouch 9 years ago
parent
commit
6b6a5ceeae
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/docker/tasks/install.yml

2
roles/docker/tasks/install.yml

@ -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…
Cancel
Save