feat: add database owner

This commit is contained in:
Adrien Waksberg 2022-07-20 10:35:39 +02:00
parent 186894b7c1
commit 0c2cb81ea1
5 changed files with 31 additions and 25 deletions
defaults

View file

@ -34,4 +34,4 @@ postgresql_config_default:
lc_time: C.UTF-8
default_text_search_config: pg_catalog.english
include_dir: conf.d
postgresql_config_full: '{{ postgresql_config_default|combine(postgresql_config) }}'
postgresql_config_full: '{{ postgresql_config_default | combine(postgresql_config) }}'