fix(postgresql): ignore errors on first run in check mode, support overriding internal postgresql container username, fix container image name creation

This commit is contained in:
2025-04-20 12:16:12 +02:00
parent f9f00d1919
commit 5fa26ed187
5 changed files with 16 additions and 5 deletions

View File

@ -1,7 +1,8 @@
---
postgresql_config_connect_socket: true
postgresql_config_unix_socket: "/var/run/postgresql"
postgresql_config_unix_socket_directories:
- "/var/run/postgresql"
- "{{ postgresql_config_unix_socket }}"
postgresql_config_listen_addresses:
- '*'
postgresql_config_port: 5432