diff --git a/roles/infrastructure/rdbms/vars/postgresql.yml b/roles/infrastructure/rdbms/vars/postgresql.yml index 504d1230..c3783f19 100644 --- a/roles/infrastructure/rdbms/vars/postgresql.yml +++ b/roles/infrastructure/rdbms/vars/postgresql.yml @@ -14,6 +14,8 @@ --- postgresql_global_config_options: + - option: log_directory + value: 'log' - option: listen_addresses value: '*' - option: max_connections