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