Skip to content

Commit

Permalink
FIX: typo DOCKER.cleanup.system (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger authored and mblaschke committed Jul 7, 2017
1 parent df2e575 commit b8095f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/ansible/roles/docker/tasks/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: Cleanup old orphaned docker images
shell: 'docker system prune -f'
when: DOCKER.cleanup.system is defined and DOCKER.cleanup..system
when: DOCKER.cleanup.system is defined and DOCKER.cleanup.system
ignore_errors: yes

- name: Cleanup old temp builds
Expand Down

0 comments on commit b8095f0

Please sign in to comment.