File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
roles/postgresql_server/tasks Expand file tree Collapse file tree 1 file changed +2
-8
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 : >-
23- https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-
24- {{ (ansible_architecture in ['aarch64', 'arm64']) | ternary('AARCH64-', '') }}
25- RHEL
22+ gpgkey : " https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-{{ (ansible_architecture in ['aarch64', 'arm64']) | ternary('AARCH64-', '') }}RHEL"
2623 tags : molecule-idempotence-notest
2724
2825- name : Install PostgreSQL version repository
3128 name : pgdg
3229 description : PostgreSQL {{ postgresql_version }} for RHEL/CentOS
3330 baseurl : " https://download.postgresql.org/pub/repos/yum/{{ postgresql_version }}/redhat/rhel-$releasever-$basearch"
34- gpgkey : >-
35- https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-
36- {{ (ansible_architecture in ['aarch64', 'arm64']) | ternary('AARCH64-', '') }}
37- RHEL
31+ gpgkey : " https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-{{ (ansible_architecture in ['aarch64', 'arm64']) | ternary('AARCH64-', '') }}RHEL"
3832 tags : molecule-idempotence-notest
3933
4034- name : Disable default Postgres module in RHEL 8 or greater
You can’t perform that action at this time.
0 commit comments