diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-20 01:21:57 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-20 01:21:57 +0200 |
| commit | 534e7486f3db1f56e9a4f54572c8724c2aca88f4 (patch) | |
| tree | b18291d373c3ffc5dd386e021e738000f4440b5a | |
| parent | c5da61bd318e67099c0d3edc01a4ef25dff081c7 (diff) | |
Ignore failing idempotent test (as it can't be idempotent)
| -rw-r--r-- | roles/grafana/tasks/main.yml | 5 |
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 |
