galaxyproject / ansible-postgresql

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

Unable to find a match: postgresql*-server #50

Open pauldg opened 1 year ago

pauldg commented 1 year ago

I have a fresh Rocky Linux 8 VM (vggp-v60-j326-d1dfcf46c4cd-main) however installing postgresql15-server fails at the install step: https://github.com/galaxyproject/ansible-postgresql/blob/f23cb7a2fca78cad977c5db09e489a983bc6411f/tasks/redhat.yml#L50

with:

All matches were filtered out by modular filtering for argument: postgresql15-server
Error: Unable to find a match: postgresql15-server

Should this case be covered by the role?

Additionally, manually installing with AppStream disabled, resulted in the same error (sudo yum --disablerepo AppStream install postgresql15-server) and the only way I've found to resolve the issue was to disable the postgresql stream module in AppStream: sudo yum module disable postgresql