X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fprometheus%2Ftasks%2Finstall.yml;h=0c85ecf2f931483181abd0c7a4c67573c381d2e8;hb=eb05c8bc1426f5fcc50d03b41ebec552e6db358d;hp=b5a2722826f7b7acdba2c04331ae85f5a8aaec25;hpb=54c48ccd3caa038632c4d43b5a71a37ce91a0f8b;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/prometheus/tasks/install.yml b/ocd/infra/playbooks/roles/prometheus/tasks/install.yml index b5a2722..0c85ecf 100644 --- a/ocd/infra/playbooks/roles/prometheus/tasks/install.yml +++ b/ocd/infra/playbooks/roles/prometheus/tasks/install.yml @@ -17,16 +17,13 @@ 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