X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fprometheus%2Ftasks%2Finstall.yml;h=b5a2722826f7b7acdba2c04331ae85f5a8aaec25;hb=b799151f59de0ff7cbf90fe3e653ef9a7bfaed10;hp=29afd24606862b53390d7844149ca3fd6a4339c1;hpb=51d4443cc5388c98500d5b1520ed2457b3682da9;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 29afd24..b5a2722 100644 --- a/ocd/infra/playbooks/roles/prometheus/tasks/install.yml +++ b/ocd/infra/playbooks/roles/prometheus/tasks/install.yml @@ -17,7 +17,15 @@ shell: cmd: helm status mep-prometheus register: result - ignore_errors: true + failed_when: false + 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: