Removed end_play condition
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / install.yml
index a9968c3..c9f09c9 100644 (file)
   shell:
     cmd: which k3s
   register: result
-  ignore_errors: true
+  ignore_errors: yes
+  no_log: True
+
+- debug:
+    msg: k3s is already present
+  when: result.rc == 0
 
 - debug: var=ansible_host