Error handing and execution issue fixed
[ealt-edge.git] / ocd / infra / playbooks / roles / helm / tasks / uninstall.yml
index 979df7e..3750518 100644 (file)
 - name: check whether helm is installed before deleting
   command: which helm
   register: result
-  ignore_errors: 'True'
+  failed_when: false
+  no_log: True
+
+- debug:
+   msg: Helm is not present
+  when: result.rc == 2
+
+- meta: end_play
+  when: result.rc == 2
 
 - name: Helm Uninstall on x86_64
   command: rm -rf linux-amd64/helm