Fix well known self check

This commit is contained in:
Aaron Raimist 2018-11-16 15:48:49 -06:00
parent 691e52a45e
commit 5a2069fa63
No known key found for this signature in database
GPG key ID: 37419210002890EF

View file

@ -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