galaxyproject / ansible-postgresql

An Ansible role for managing a PostgreSQL server
https://galaxy.ansible.com/galaxyproject/postgresql
122 stars 58 forks source link

Add postgres respository GPG key #28

Closed c0da closed 2 years ago

c0da commented 2 years ago

The task "Install pgdg repository package (RedHat)" was failing with "Failed to validate GPG signature for pgdg-redhat-repo-42.0-20.noarch" error.

Importing the key from https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG fixes the issue.

tizzir commented 2 years ago

I am running into this issue as well. It would be great to get this merged, if this repository hasn't been abandoned.