Skip to content

Commit a3dbd62

Browse files
authored
Merge pull request #28 from c0da/add-postgres-repo-key
Add postgres respository GPG key
2 parents 9b93669 + 98dac44 commit a3dbd62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/redhat.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
register: __postgresql_repo_pkg_installed_result
1414
ignore_errors: true
1515

16+
- name: Install repository key
17+
rpm_key:
18+
key: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
19+
state: present
20+
1621
- name: Install pgdg repository package (RedHat)
1722
yum:
1823
name: >-

0 commit comments

Comments
 (0)