Explorar el Código

Fix well known self check

pull/37/head
Aaron Raimist hace 7 años
padre
commit
5a2069fa63
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 37419210002890EF
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-server/tasks/self_check/self_check_well_known.yml

+ 1
- 1
roles/matrix-server/tasks/self_check/self_check_well_known.yml Ver fichero

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


Cargando…
Cancelar
Guardar