Removed end_play condition
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / uninstall.yml
index e5f16cc..e2232d5 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
 
-- meta: end_play
-  when: result.rc == 2
-
 - name: kill k3s
   shell:
     cmd: k3s-killall.sh