Added pre installation and unindtallation
[ealt-edge.git] / ocd / infra / playbooks / roles / grafana / tasks / uninstall.yml
index 8d76776..d95f346 100644 (file)
   shell:
     cmd: helm status mec-grafana
   register: result
-  ignore_errors: true
+  failed_when: false
+  no_log: True
+
+- debug:
+    msg: grafana is not present
+  when: result.rc == 2
+
+- meta: end_play
+  when: result.rc == 2
 
 - name: Uninstall grafana
   shell: