Skip to content

Commit

Permalink
fix: datasources url parameter (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardar authored Mar 7, 2024
2 parents 433b4d2 + 31f9530 commit b66a7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/grafana/tasks/datasources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
grafana_user: "{{ grafana_security.admin_user }}"
grafana_password: "{{ grafana_security.admin_password }}"
name: "{{ item.name }}"
url: "{{ item.url }}"
ds_url: "{{ item.url }}"
ds_type: "{{ item.type }}"
access: "{{ item.access | default(omit) }}"
is_default: "{{ item.isDefault | default(omit) }}"
Expand Down

0 comments on commit b66a7ff

Please sign in to comment.