Explorar el Código

Improve if condition for including Postgres in matrix_media_repo_systemd_required_services_list

pull/2783/head
Slavi Pantaleev hace 2 años
committed by GitHub
padre
commit
bc0b73dd70
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

@@ -2580,7 +2580,7 @@ matrix_media_repo_systemd_required_services_list: |
{{ {{
(['docker.service']) (['docker.service'])
+ +
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled else [])
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and matrix_media_repo_database_hostname == devture_postgres_connection_hostname else [])
}} }}


###################################################################### ######################################################################


Cargando…
Cancelar
Guardar