Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 7d84116

Browse files
authored
Merge pull request #93 from Dreeg/master
[skip ci] Fixed syntax in default/main.yml to avoid unmarshal errors
2 parents 69d16c5 + b8d4130 commit 7d84116

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

defaults/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ grafana_datasources: []
203203
# basicAuthUser: "admin"
204204
# basicAuthPassword: "password"
205205
# isDefault: true
206-
# jsonData: '{"tlsAuth":false,"tlsAuthWithCACert":false,"tlsSkipVerify":true}'
206+
# jsonData:
207+
# tlsAuth: false
208+
# tlsAuthWithCACert: false
209+
# tlsSkipVerify: true
207210

208211
# API keys to configure
209212
grafana_api_keys: []

0 commit comments

Comments
 (0)