Fix the yum repository URL.

This commit is contained in:
Andrea Dell'Amico 2021-03-22 16:59:18 +01:00
parent 0fb5e41bb3
commit 18c33753e9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ postgresql_pkgs:
psql_el_install_scl_version: False
psql_el_install_from_pgdg_repo: True
psql_el_pgdg_repo_url: "https://ftp.postgresql.org/pub/repos/yum/{{ psql_version }}/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
psql_el_pgdg_repo_url: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
psql_scl_base_dir: '/var/opt/rh/rh-postgresql{{ psql_version }}/lib/pgsql'
psql_el_base_dir: '/var/lib/pgsql/{{ psql_version }}'
psql_el_data_dir: '{{ psql_el_base_dir }}/data'