Explorar o código

Check for is_atomic when uninstalling flannel package.

Andrew Butcher %!s(int64=8) %!d(string=hai) anos
pai
achega
5fd53eac18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      playbooks/adhoc/uninstall.yml

+ 1 - 1
playbooks/adhoc/uninstall.yml

@@ -74,7 +74,7 @@
 
   - name: Remove flannel package
     action: "{{ ansible_pkg_mgr }} name=flannel state=absent"
-    when: openshift_use_flannel | default(false) | bool
+    when: openshift_use_flannel | default(false) | bool and not is_atomic | bool
 
   - shell: systemctl reset-failed
     changed_when: False