Changed install and uninstall condition
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / uninstall.yml
index bbf013c..d58b1bb 100644 (file)
   when: result.stdout != ""
 
 - debug:
-    msg: Ignore Uninstall Log , K3s not installed
+    msg: "UNINSTALL: Ignore Uninstall Log , K3s not installed"
   when: result.stdout == ""
 
-- name: kill k3s
+- name: "UNINSTALL: kill k3s"
   shell:
     cmd: k3s-killall.sh
   when: result is succeeded
 
-- name: uninstall k3s
+- name: "UNINSTALL: uninstall k3s"
   shell:
     cmd: k3s-uninstall.sh
   when: result is succeeded