Pārlūkot izejas kodu

A few images weren't being uninstalled

Brenton Leanhardt 9 gadi atpakaļ
vecāks
revīzija
9b74b0fb1d
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      playbooks/adhoc/uninstall.yml

+ 4 - 0
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(' ') }}"