Skip to content

Commit

Permalink
Fix PostgreSQL yum repo GPG key path in pgbackrest_install_EPAS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianvdl authored and vibhorkumar123 committed Feb 26, 2024
1 parent 3ba5c69 commit b13321b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# add repo facts for RHEL
- name: Set repo facts for RH os
ansible.builtin.set_fact:
pg_gpg_key_8: "http://yum.postgresql.org/RPM-GPG-KEY-PGDG"
pg_gpg_key_8: "http://yum.postgresql.org/keys/RPM-GPG-KEY-PGDG"
pg_rpm_repo_7: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
pg_rpm_repo_8: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
pg_rpm_repo_9: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
Expand Down

0 comments on commit b13321b

Please sign in to comment.