Explorar el Código

refine etherpad in nginx wanted services condition

pull/1573/head
Kim Brose hace 4 años
committed by GitHub
padre
commit
44ae8d3b92
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
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

@@ -1483,7 +1483,7 @@ matrix_nginx_proxy_systemd_wanted_services_list: |
+
(['matrix-bot-go-neb.service'] if matrix_bot_go_neb_enabled else [])
+
(['matrix-etherpad.service'] if matrix_etherpad_enabled else [])
(['matrix-etherpad.service'] if matrix_etherpad_enabled and matrix_dimension_enabled else [])
}}

matrix_ssl_domains_to_obtain_certificates_for: |


Cargando…
Cancelar
Guardar