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 | e86a8771b85cf9a59c813aa377afc3a80515c734 (patch) | |
| tree | b18291d373c3ffc5dd386e021e738000f4440b5a | |
| parent | ed56ebfc26e89521d3d89bfe0bf4b26d6e50b49f (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 |
