update to new grafana module

This commit is contained in:
nd 2020-11-04 23:02:01 +01:00
parent 5cb6e458be
commit 1e802724ec
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -79,7 +79,7 @@
grafana_password: "{{ grafana.adminpw }}"
ds_type: "{{ item.value.ds_type }}"
database: "{{ item.value.database|d(omit) }}"
url: "{{ item.value.url }}"
ds_url: "{{ item.value.url }}"
is_default: "{{ item.value.is_default }}"
tls_ca_cert: "{{ item.value.tls_ca_cert|d(omit) }}"
tls_client_cert: "{{ item.value.tls_client_cert|d(omit) }}"