do not fail on broken ssl

This commit is contained in:
nd 2021-10-21 15:14:26 +02:00
parent 7be1cbdc62
commit be3720a6b5
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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