geerlingguy / ansible-role-php-versions

Ansible Role - PHP Versions
https://galaxy.ansible.com/geerlingguy/php-versions/
MIT License
98 stars 73 forks source link

Use CodeReady Builder repo on RHEL 8 — fixes #72 #71

Closed imgrant closed 2 years ago

imgrant commented 3 years ago

Trying to enable the PowerTools DNF module on Red Hat Enterprise Linux 8 fails with Error: No matching repo to modify: PowerTools. On RHEL, the PowerTools repo content is known as "Red Hat CodeReady Linux Builder for RHEL 8", and can be enabled with subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms. See also: https://access.redhat.com/discussions/5417621

This PR does just that when the target OS distribution is RHEL, and only enables PowerTools for non-Red Hat EL rebuilds (CentOS, etc).

stale[bot] commented 2 years ago

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] commented 2 years ago

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.