do not fail on broken ssl
This commit is contained in:
parent
7be1cbdc62
commit
be3720a6b5
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
||||||
url: "{{ grafana.config.root_url|d('http://127.0.0.1') }}"
|
url: "{{ grafana.config.root_url|d('http://127.0.0.1') }}"
|
||||||
method: GET
|
method: GET
|
||||||
status_code: 200
|
status_code: 200
|
||||||
|
validate_certs: false
|
||||||
|
|
||||||
- name: convert tls paths to data (datasources)
|
- name: convert tls paths to data (datasources)
|
||||||
include_tasks: tls-path-to-data.yml
|
include_tasks: tls-path-to-data.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue