kolla-ansible/ansible/roles/destroy/tasks/cleanup_images.yml
Duane DeCapite 6d45786d59 Change cleanup to destroy as cleanup is a misnomer
The cleanup command in the external API is a misnomer and should
be called destroy.

Change-Id: I083e80699e09bb24266ce1bf549772a5de92a49e
Closes-Bug: 1610364
2016-08-08 13:37:10 -04:00

6 lines
131 B
YAML

---
- name: Destroying Kolla images
command: /tmp/kolla-cleanup/tools/cleanup-images
when:
- destroy_include_images | bool