From 87f84bdb0ef46d9940686784ee42a7fea0480055 Mon Sep 17 00:00:00 2001 From: Warren Bailey Date: Mon, 10 Oct 2022 19:58:54 +0100 Subject: [PATCH] fix yaml error --- roles/matrix-base/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-base/defaults/main.yml b/roles/matrix-base/defaults/main.yml index 4de28c81c..eccda626c 100644 --- a/roles/matrix-base/defaults/main.yml +++ b/roles/matrix-base/defaults/main.yml @@ -142,7 +142,7 @@ matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}" # Specifies where the homeserver's Client-Server API is on the container network. # Where this is depends on whether there's a reverse-proxy in front of the homeserver, which homeserver it is, etc. # This likely gets overriden elsewhere. -matrix_homeserver_container_url="" +matrix_homeserver_container_url: "" # Specifies where the homeserver's Federation API is on the container network. # Where this is depends on whether there's a reverse-proxy in front of the homeserver, which homeserver it is, etc.