Removed extra logs
[ealt-edge.git] / ocd / infra / playbooks / roles / grafana / tasks / install.yml
index 7efd8a6..b2c6d7f 100644 (file)
 # limitations under the License.
 
 ---
-- name: check if grafana is already installed
-  shell:
-    cmd: helm status mec-grafana
-  register: result
-  failed_when: false
-  no_log: True
-
-- debug:
-    msg: Grafana is already present
-  when: result.rc == 0
-
-- meta: end_play
-  when: result.rc == 0
-
 - name: Install grafana on x86_64
   shell:
     cmd: helm install mec-grafana stable/grafana