ansible-role-postgresql/vars/main.yml
2020-06-27 17:15:34 +02:00

1 line
143 B
YAML

pg_version: "{% if ansible_distribution_release == 'stretch' %}9.6{% endif %}{% if ansible_distribution_release == 'buster' %}11{% endif %}"