Преглед на файлове

Merge pull request #2438 from abutcher/flannel-uninstall

Check for is_atomic when uninstalling flannel package.
Scott Dodson преди 8 години
родител
ревизия
e27714c437
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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