From b0e8aa24bf9a1bf86c608c2ddee249650e827e92 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> Date: Tue, 15 Jun 2021 22:57:48 +0200 Subject: [PATCH] matrix: Fix bridge config --- roles/matrix/templates/irc-bridge.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix/templates/irc-bridge.yaml.j2 b/roles/matrix/templates/irc-bridge.yaml.j2 index 0940e304f..76a56ef79 100644 --- a/roles/matrix/templates/irc-bridge.yaml.j2 +++ b/roles/matrix/templates/irc-bridge.yaml.j2 @@ -88,7 +88,7 @@ ircService: # Usually this should be off. Default: false. allowExpiredCerts: false # Set additional TLS options for the connections to the IRC server. - tlsOptions: + tlsOptions: {} # A specific CA to trust instead of the default CAs. Optional. #ca: | # -----BEGIN CERTIFICATE----- -- GitLab