From da0f58787e8fe62685fb656f50f0002d825af7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Thu, 5 Jul 2018 07:49:58 +0200 Subject: [PATCH] callback/grafana_annotations: define validate_grafana_certs type as bool (#42318) Fixes #42317 --- lib/ansible/plugins/callback/grafana_annotations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/plugins/callback/grafana_annotations.py b/lib/ansible/plugins/callback/grafana_annotations.py index a4746b05b2..712aed5be3 100644 --- a/lib/ansible/plugins/callback/grafana_annotations.py +++ b/lib/ansible/plugins/callback/grafana_annotations.py @@ -48,13 +48,14 @@ DOCUMENTATION = """ - section: callback_grafana_annotations key: grafana_url validate_grafana_certs: - description: (bool) validate the SSL certificate of the Grafana server. (For HTTPS url) + description: validate the SSL certificate of the Grafana server. (For HTTPS url) env: - name: GRAFANA_VALIDATE_CERT ini: - section: callback_grafana_annotations key: validate_grafana_certs default: True + type: bool http_agent: description: The HTTP 'User-agent' value to set in HTTP requets. env: