Slavi Pantaleev
7 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
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 |
|
|
|
|