Open
Description
- The dashboards task doesn't seem to be idempotent (always shows as changed if there's no changes)
- This could be something related to how Grafana works:
- I made a tempalate from a dashboard we create for our users (and removed UID param)
- If the grafana dashboards module is taking dashboard name as the unique identifier, it should just match with a dashboard name and check for content diff (except UID ?)
- When
overwrite: no
, playbook will fail withUnable to update the dashboard None : A dashboard with the same name in the folder already exists (HTTP: 412)
. I'd expect this task to continue as "ok" (no changes needed)
Metadata
Metadata
Assignees
Labels
No labels