Logs added with msgs
[ealt-edge.git] / ocd / infra / playbooks / roles / helm / tasks / install.yml
index a138b32..5dc8a0c 100644 (file)
 - name: check whether helm is already installed
   command: which helm
   register: result
-  ignore_errors: 'True'
+  ignore_errors: yes
+  no_log: True
+
+- debug:
+    msg: helm is already present
+  when: result.stdout != ""
+
+- debug:
+# yamllint disable rule:line-length
+    msg: Ignore Uninstall Log , Helm not installed continue with Installation
+# yamllint disable rule:line-length
+  when: result.stdout == ""
 
 - name: "Helm download command on x86_64"
   command: wget https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gz