Explorar o código

fix ASB ClusterServiceBroker removal

Jason Montleon %!s(int64=6) %!d(string=hai) anos
pai
achega
a5b79fcd93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/ansible_service_broker/tasks/remove.yml

+ 1 - 1
roles/ansible_service_broker/tasks/remove.yml

@@ -118,7 +118,7 @@
     name: ansible-service-broker
     state: absent
     kind: ClusterServiceBroker
-  when: not "'not found' in get_apiservices.stdout"
+  when: not('not found' in get_apiservices.stdout)
 
 - name: remove openshift-ansible-service-broker project
   oc_project: