X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fgrafana%2Ftasks%2Finstall.yml;h=e55bda887e5ea64db7a403c4b35bf56f6353c19a;hb=6ce510fccce9b5481e88d10c3ffa73ed0284b517;hp=93a392c3bd9a32b8eda2949ae38d25478eb0f4c0;hpb=59dd8106f3a4a96962d8f5d74d9c39754f1eec7b;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 93a392c..e55bda8 100644 --- a/ocd/infra/playbooks/roles/grafana/tasks/install.yml +++ b/ocd/infra/playbooks/roles/grafana/tasks/install.yml @@ -17,7 +17,18 @@ shell: cmd: helm status mec-grafana register: result - ignore_errors: true + ignore_errors: yes + no_log: True + +- debug: + msg: grafana is already present + when: result.stdout != "" + +- debug: +# yamllint disable rule:line-length + msg: Ignore Uninstall Log , Grafana not installed continue with Installation +# yamllint disable rule:line-length + when: result.stdout == "" - name: Install grafana on x86_64 shell: