Added pre installation and unindtallation
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / uninstall.yml
index 26d30c1..e5f16cc 100644 (file)
   shell:
     cmd: which k3s
   register: result
-  ignore_errors: true
+  failed_when: false
+  no_log: True
+
+- debug:
+    msg: k3s is not present
+  when: result.rc == 2
+
+- meta: end_play
+  when: result.rc == 2
 
 - name: kill k3s
   shell: