remove timezone default values from role to use system timezone

This commit is contained in:
ace
2023-05-16 16:16:36 +03:00
parent 72f53b4d7b
commit d0cf0cc32f

View File

@ -47,9 +47,7 @@ postgresql_default_parameters:
log_rotation_size: '0'
log_truncate_on_rotation: 'on'
log_line_prefix: '%m [%p] '
log_timezone: 'Europe/Moscow'
datestyle: 'iso, mdy'
timezone: 'Europe/Moscow'
lc_messages: '{{ postgresql_system_locale | default("en_US.UTF-8") }}'
lc_monetary: '{{ postgresql_system_locale | default("en_US.UTF-8") }}'
lc_numeric: '{{ postgresql_system_locale | default("en_US.UTF-8") }}'