Explorar el Código

postgres: drop redundant cli socket override

pull/5047/head
Slavi Pantaleev hace 3 días
padre
commit
b596319a4a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      group_vars/matrix_servers

+ 0
- 1
group_vars/matrix_servers Ver fichero

@@ -3986,7 +3986,6 @@ postgres_gid: "{{ matrix_user_gid }}"

# unix socket connection, disabled by default temporarily until properly tested
postgres_container_unix_socket_enabled: false
postgres_cli_use_unix_socket_enabled: false

postgres_allowed_versions_auto: "{{ backup_borg_supported_postgres_versions | map('int') if backup_borg_enabled | default(false) and backup_borg_postgresql_enabled | default(false) else [] }}"



Cargando…
Cancelar
Guardar