Removed extra logs
[ealt-edge.git] / ocd / infra / playbooks / roles / grafana / tasks / uninstall.yml
index aaad4ea..d4e5e33 100644 (file)
 # 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