summaryrefslogtreecommitdiffstats
path: root/roles/grafana
diff options
context:
space:
mode:
Diffstat (limited to 'roles/grafana')
-rw-r--r--roles/grafana/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/grafana/tasks/main.yml b/roles/grafana/tasks/main.yml
index f75021ff..fa1cc002 100644
--- a/roles/grafana/tasks/main.yml
+++ b/roles/grafana/tasks/main.yml
@@ -56,6 +56,11 @@
- name: "Provision Grafana community dashboards"
notify: "Restart grafana"
+ # grafana downloaded dashboards are being rewritten after successful download
+ # this is to correct the datasource mapping in the downloaded files
+ # This is why these tasks are not idempotent and can't be.
+ tags:
+ - molecule-idempotence-notest
block:
- name: "Download Grafana community dashboards"
become: true