3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-03-25 22:17:25 +00:00

postgres: drop redundant cli socket override

This commit is contained in:
Slavi Pantaleev
2026-03-17 14:52:54 +02:00
parent f0906e79a9
commit b596319a4a

View File

@@ -3986,7 +3986,6 @@ postgres_gid: "{{ matrix_user_gid }}"
# unix socket connection, disabled by default temporarily until properly tested # unix socket connection, disabled by default temporarily until properly tested
postgres_container_unix_socket_enabled: false 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 [] }}" 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 [] }}"