Skip to content

Commit 4158fda

Browse files
committed
fix grafana var in group vars
1 parent 4270a84 commit 4158fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group_vars/matrix_servers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5599,7 +5599,7 @@ grafana_container_labels_traefik_tls_certResolver: "{{ traefik_certResolver_prim
55995599

56005600
grafana_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '3000') if matrix_playbook_service_host_bind_interface_prefix else '' }}"
56015601

5602-
grafana_provisioning_datasources: |
5602+
grafana_provisioning_datasources_datasources: |
56035603
{{
56045604
([{
56055605
'name': (matrix_server_fqn_matrix + ' - Prometheus'),

0 commit comments

Comments
 (0)