Removed end_play condition
[ealt-edge.git] / ocd / infra / playbooks / roles / grafana / tasks / uninstall.yml
index 8d76776..aaad4ea 100644 (file)
   shell:
     cmd: helm status mec-grafana
   register: result
-  ignore_errors: true
+  ignore_errors: yes
+  no_log: True
+
+- debug:
+    msg: grafana is not present
+  when: result.rc == 2
 
 - name: Uninstall grafana
   shell: