mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-01-18 20:12:23 +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 }}"
|
|
|