From 5a2069fa6351293dd33502a91ffc16626ef245f9 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Fri, 16 Nov 2018 15:48:49 -0600 Subject: [PATCH] Fix well known self check --- roles/matrix-server/tasks/self_check/self_check_well_known.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-server/tasks/self_check/self_check_well_known.yml b/roles/matrix-server/tasks/self_check/self_check_well_known.yml index 2da47a456..96c3724e8 100644 --- a/roles/matrix-server/tasks/self_check/self_check_well_known.yml +++ b/roles/matrix-server/tasks/self_check/self_check_well_known.yml @@ -2,7 +2,7 @@ - set_fact: well_known_url_matrix: "https://{{ hostname_matrix }}/.well-known/matrix/client" - well_known_url_identity: "https://{{ hostname_matrix }}/.well-known/matrix/client" + well_known_url_identity: "https://{{ hostname_identity }}/.well-known/matrix/client" - name: Check .well-known on the matrix hostname