From e3a79766d391f3790f927d08286fbfea730c889e Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 19 Jul 2022 11:38:48 +0200 Subject: [PATCH] Restore option to not validate certificates when sending messages. --- hetzner.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hetzner.yaml b/hetzner.yaml index 6b68e2b..6d61b1d 100644 --- a/hetzner.yaml +++ b/hetzner.yaml @@ -69,6 +69,7 @@ - name: Inform Mattermost about success uri: url: "{{ mattermost_url }}" + validate_certs: no method: POST body_format: json body: @@ -83,6 +84,7 @@ - name: Inform Mattermost about error uri: url: "{{ mattermost_url }}" + validate_certs: no method: POST body_format: json body: