File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roles/infrastructure/rdbms/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 name : pgdg-common
2020 description : PostgreSQL common for RHEL/CentOS
2121 baseurl : https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
22- gpgkey : https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
22+ gpgkey : https://download.postgresql.org/pub/repos/yum/keys/PGDG- RPM-GPG-KEY-RHEL
2323 when : not (skip_rdbms_repo_setup | default(False))
2424
2525- name : Install PostgreSQL version repository
2626 yum_repository :
2727 name : pgdg
2828 description : PostgreSQL {{ postgresql_version }} for RHEL/CentOS
2929 baseurl : https://download.postgresql.org/pub/repos/yum/{{ postgresql_version }}/redhat/rhel-$releasever-$basearch
30- gpgkey : https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
30+ gpgkey : https://download.postgresql.org/pub/repos/yum/keys/PGDG- RPM-GPG-KEY-RHEL
3131 when : not (skip_rdbms_repo_setup | default(False))
3232
3333- name : disable default Postgres module in Rhel 8
You can’t perform that action at this time.
0 commit comments