From 534e7486f3db1f56e9a4f54572c8724c2aca88f4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 20 Sep 2025 01:21:57 +0200 Subject: Ignore failing idempotent test (as it can't be idempotent) --- roles/grafana/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/grafana') 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 -- cgit v1.2.3