Merge pull request #37 from aaronraimist/fix-well-known-self-check

Fix well known self check
This commit is contained in:
Slavi Pantaleev 2018-11-17 10:04:14 +01:00 committed by GitHub
commit d3c9be2cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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