I have a fresh Rocky Linux 8 VM (vggp-v60-j326-d1dfcf46c4cd-main) however installing postgresql15-server fails at the install step:
|
- name: Install PostgreSQL (RedHat) |
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
I have a fresh Rocky Linux 8 VM (vggp-v60-j326-d1dfcf46c4cd-main) however installing postgresql15-server fails at the install step:
ansible-postgresql/tasks/redhat.yml
Line 50 in f23cb7a
with:
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