X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fgrafana%2Ftasks%2Finstall.yml;h=b2c6d7feac143ab5efe6926636a9b3df99302e40;hb=4586884e10e076df6ee2d0cbb31c64dae3f3168c;hp=7efd8a6cf23d3770d5d35e1aaa739cdfbaee595c;hpb=b799151f59de0ff7cbf90fe3e653ef9a7bfaed10;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/grafana/tasks/install.yml b/ocd/infra/playbooks/roles/grafana/tasks/install.yml index 7efd8a6..b2c6d7f 100644 --- a/ocd/infra/playbooks/roles/grafana/tasks/install.yml +++ b/ocd/infra/playbooks/roles/grafana/tasks/install.yml @@ -13,20 +13,6 @@ # limitations under the License. --- -- name: check if grafana is already installed - shell: - cmd: helm status mec-grafana - register: result - failed_when: false - no_log: True - -- debug: - msg: Grafana is already present - when: result.rc == 0 - -- meta: end_play - when: result.rc == 0 - - name: Install grafana on x86_64 shell: cmd: helm install mec-grafana stable/grafana