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