mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-15 03:02:32 +03:00
Upgrade ansible-role-grafana (v13.0.2-0 -> v13.0.2-1) and use grafana_dashboard_download_urls_auto
The new role release splits grafana_dashboard_download_urls into default/auto/custom components. Wire the playbook's automatic dashboard list via the auto component, so users can add their own dashboards through grafana_dashboard_download_urls_custom without clobbering it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -5502,7 +5502,7 @@ grafana_provisioning_datasources_datasources: |
|
||||
}] if prometheus_enabled else [])
|
||||
}}
|
||||
|
||||
grafana_dashboard_download_urls: |
|
||||
grafana_dashboard_download_urls_auto: |
|
||||
{{
|
||||
(matrix_synapse_grafana_dashboard_urls if matrix_homeserver_implementation == 'synapse' and matrix_synapse_metrics_enabled else [])
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user