Logs added with msgs
[ealt-edge.git] / ocd / infra / playbooks / roles / k8s / tasks / install.yml
index 2b32b6d..cd55ebf 100644 (file)
 
 - debug:
     msg: k8s is already present
-  when: result.rc == 0
+  when: result.stdout != ""
+
+- debug:
+# yamllint disable rule:line-length
+    msg: Ignore Uninstall Log , k8s not installed continue with Installation
+# yamllint disable rule:line-length
+  when: result.stdout == ""
 
 - name: Install k8s
   shell: