Removed end_play condition
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / install.yml
index e7a133b..c9f09c9 100644 (file)
   shell:
     cmd: which k3s
   register: result
-  failed_when: false
+  ignore_errors: yes
   no_log: True
 
 - debug:
     msg: k3s is already present
   when: result.rc == 0
 
-- meta: end_play
-  when: result.rc == 0
-
 - debug: var=ansible_host
 
 - name: Disabling firewall for successfull k3s installation on CentOs