mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
9 lines
296 B
YAML
9 lines
296 B
YAML
---
|
|
|
|
# Here we use a template instead of yum_repository because
|
|
# we might need to set module_hotfixes = true for el8. And yum_repository
|
|
# doesn't support this setting
|
|
- name: Configure Postgres repo
|
|
template: src=postgresql.repo.j2 dest=/etc/yum.repos.d/postgresql.repo
|
|
tags: pg,repo
|