You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
296 B
9 lines
296 B
4 years ago
|
---
|
||
|
|
||
|
# 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
|