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
I've been trying out this plugin on RHEL 8 machines and for the most part it works but I am finding one or two issues:
When using require_ansible_repo it installs EPEL correctly but the actual package installation fails because the libselinux-python package is not part of RHEL8. It has been replaced with python3-libselinux
When using require_pip it fails to install ansible because there is no generic pip command on RHEL 8. You have to specify pip2 or pip3. In addition, only python3 is installed by default.
There may be other issues I'm missing. Any chance this plugin can be updated to support CentOS/RHEL 8 ?
The text was updated successfully, but these errors were encountered:
I've been trying out this plugin on RHEL 8 machines and for the most part it works but I am finding one or two issues:
require_ansible_repo
it installs EPEL correctly but the actual package installation fails because thelibselinux-python
package is not part of RHEL8. It has been replaced withpython3-libselinux
require_pip
it fails to install ansible because there is no generic pip command on RHEL 8. You have to specify pip2 or pip3. In addition, only python3 is installed by default.There may be other issues I'm missing. Any chance this plugin can be updated to support CentOS/RHEL 8 ?
The text was updated successfully, but these errors were encountered: