You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: