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