10 lines
401 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
repo_remi_release_uri: "http://rpms.remirepo.net/enterprise/remi-release-{{ ansible_distribution_major_version }}.rpm"
repo_postgres: True
# Only available for CentOS >= 8
# if True, will switch to the CentOS Stream repo
repo_centos_stream: False
2024-10-11 23:00:27 +02:00
repo_pg_client_version: "{{ (ansible_os_family == 'RedHat' and ansible_distribution_major_version is version('8', '<')) | ternary('15','16') }}"
2021-12-01 19:13:34 +01:00
...