Skip to content

Commit 98dac44

Browse files
committed
Add postgres respository GPG key
1 parent fc1e5c2 commit 98dac44

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: yes
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)