mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2024-11-25 08:16:43 +00:00
6 lines
249 B
YAML
6 lines
249 B
YAML
postgresql_major_version: "{{ postgresql_version | split('.') | first }}"
|
|
postgresql_minor_version: "{{ postgresql_version | split('.') | last }}"
|
|
postgresql_system_locale: "en_US.UTF-8"
|
|
postgresql_system_language: "{{ postgresql_system_locale }}"
|
|
|