Removed end_play condition
[ealt-edge.git] / ocd / infra / playbooks / roles / prometheus / tasks / install.yml
index b5a2722..0c85ecf 100644 (file)
   shell:
     cmd: helm status mep-prometheus
   register: result
-  failed_when: false
+  ignore_errors: yes
   no_log: True
 
 - debug:
     msg: Prpmetheus is already present
   when: result.rc == 0
 
-- meta: end_play
-  when: result.rc == 0
-
 - name: Install prometheus on x86_64
   shell:
     cmd: helm install mep-prometheus stable/prometheus --version v9.3.1