Explorar el Código

fixup! update hookshot config to generic hs variables

pull/1505/head
HarHarLinks hace 4 años
padre
commit
39d9ef43e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Ver fichero

@@ -677,7 +677,7 @@ matrix_hookshot_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_se

matrix_hookshot_systemd_wanted_services_list: |
{{
(['matrix-' + matrix_homesever_implementation + '.service'])
(['matrix-' + matrix_homeserver_implementation + '.service'])
+
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
}}


Cargando…
Cancelar
Guardar