mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-01-18 03:52:24 +00:00
remove timezone default values from role to use system timezone
This commit is contained in:
parent
72f53b4d7b
commit
d0cf0cc32f
@ -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") }}'
|
||||
|
Loading…
Reference in New Issue
Block a user