File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -802,11 +802,11 @@ postgresql_apt_pin_priority: 500
802
802
803
803
# YUM repository locations
804
804
postgresql_yum_repository_url : " http://yum.postgresql.org"
805
- postgresql_pgdg_repository_url : " https://download.postgresql.org/pub/repos/yum/ "
805
+ postgresql_pgdg_repository_url : " https://download.postgresql.org/pub/repos/yum"
806
806
807
807
# YUM (RedHat, CentOS, etc.) baseurl/gpgkey
808
808
postgresql_yum_repository_baseurl : " {{ postgresql_yum_repository_url }}/{{ postgresql_version }}/{{ ansible_os_family | lower }}/rhel-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}"
809
- postgresql_yum_repository_gpgkey : " {{ postgresql_pgdg_repository_url }}/RPM-GPG-KEY-PGDG-{{ postgresql_version_terse }} "
809
+ postgresql_yum_repository_gpgkey : " {{ postgresql_pgdg_repository_url }}/keys/PGDG- RPM-GPG-KEY-RHEL "
810
810
811
811
# DNF (Fedora) baseurl/gpgkey
812
812
postgresql_dnf_repository_baseurl : " {{ postgresql_yum_repository_url }}/{{ postgresql_version }}/fedora/fedora-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}"
You can’t perform that action at this time.
0 commit comments