X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fgrafana%2Ftasks%2Funinstall.yml;h=d4e5e33795d3d34423d410152326ed5973118ea9;hb=4586884e10e076df6ee2d0cbb31c64dae3f3168c;hp=aaad4eaf6f9bf8114fa458bb9c2f5398d95a0db1;hpb=eb05c8bc1426f5fcc50d03b41ebec552e6db358d;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/grafana/tasks/uninstall.yml b/ocd/infra/playbooks/roles/grafana/tasks/uninstall.yml index aaad4ea..d4e5e33 100644 --- a/ocd/infra/playbooks/roles/grafana/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/grafana/tasks/uninstall.yml @@ -13,17 +13,6 @@ # limitations under the License. --- -- name: check if grafana is installed before deleting - shell: - cmd: helm status mec-grafana - register: result - ignore_errors: yes - no_log: True - -- debug: - msg: grafana is not present - when: result.rc == 2 - - name: Uninstall grafana shell: cmd: helm uninstall mec-grafana