Skip to content

Commit

Permalink
PostreSQL role: update repo key location
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Mar 20, 2024
1 parent 51a7584 commit 1d176ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/postgresql/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- name: Add PostgreSQL package key
# noqa command-instead-of-module no-changed-when
ansible.builtin.command:
cmd: "rpm --import https://apt.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-{{ postgresql_version }}"
cmd: "rpm --import https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL"


- name: Add PostgreSQL repository
Expand Down

0 comments on commit 1d176ed

Please sign in to comment.