diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-02 15:13:12 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-03 14:28:03 -0500 |
commit | 9b74b0fb1d4cda18fe7fda73c34bc6f472d44555 (patch) | |
tree | a9b4c90590217b20d5d61cecb7b910c5a56b6b1d /playbooks/adhoc/uninstall.yml | |
parent | d98377cdce21fe1f258d8bd1b4ac1e0cf1d19555 (diff) | |
download | openshift-9b74b0fb1d4cda18fe7fda73c34bc6f472d44555.tar.gz openshift-9b74b0fb1d4cda18fe7fda73c34bc6f472d44555.tar.bz2 openshift-9b74b0fb1d4cda18fe7fda73c34bc6f472d44555.tar.xz openshift-9b74b0fb1d4cda18fe7fda73c34bc6f472d44555.zip |
A few images weren't being uninstalled
Diffstat (limited to 'playbooks/adhoc/uninstall.yml')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index ec5f6e39e..aeca4756b 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -132,7 +132,11 @@ register: exited_containers_to_delete with_items: - aep3.*/aep + - aep3.*/node + - aep3.*/openvswitch - openshift3/ose + - openshift3/node + - openshift3/openvswitch - openshift/origin - shell: "docker rm {{ item.stdout_lines | join(' ') }}" |