summaryrefslogtreecommitdiffstats
path: root/roles/grafana/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-12-11 13:19:27 +0100
committerAhmed Abdelhalim <[email protected]>2025-12-11 13:49:22 +0100
commiteae6dd4c9e38908e6b433f733d41663015e8c93f (patch)
tree492ba46b0f628e54e87410280f55166b960e6a9f /roles/grafana/tasks
parentc91b559e67d7ae8c518ff8014443244fbb411dcc (diff)
Add no_logs to semi-sensitive tasks to follow best practices
Diffstat (limited to 'roles/grafana/tasks')
-rw-r--r--roles/grafana/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/grafana/tasks/main.yml b/roles/grafana/tasks/main.yml
index 5cae1990..30db5c83 100644
--- a/roles/grafana/tasks/main.yml
+++ b/roles/grafana/tasks/main.yml
@@ -51,6 +51,7 @@
- src: "dashboards/dashboards.yml.j2"
dest: "/etc/grafana/provisioning/dashboards/dashboards.yml"
notify: "Restart grafana"
+ no_log: true
- name: "Provision Grafana community dashboards"
notify: "Restart grafana"