Logs added with msgs
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / uninstall.yml
index e5f16cc..bbf013c 100644 (file)
   shell:
     cmd: which k3s
   register: result
-  failed_when: false
+  ignore_errors: yes
   no_log: True
 
 - debug:
-    msg: k3s is not present
-  when: result.rc == 2
+    msg: Uninstalling k3s...
+  when: result.stdout != ""
 
-- meta: end_play
-  when: result.rc == 2
+- debug:
+    msg: Ignore Uninstall Log , K3s not installed
+  when: result.stdout == ""
 
 - name: kill k3s
   shell: