Logs added with msgs
[ealt-edge.git] / ocd / infra / playbooks / roles / helm / tasks / uninstall.yml
index 09aa6b2..1b18e36 100644 (file)
   no_log: True
 
 - debug:
-   msg: Helm is not present
-  when: result.rc == 2
+    msg: Uninstalling helm...
+  when: result.stdout != ""
+
+- debug:
+    msg: Ignore Uninstall Log ,Helm not installed
+  when: result.stdout == ""
 
 - name: Helm Uninstall on x86_64
   command: rm -rf linux-amd64/helm