Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS/RHEL 8 support #317

Closed
petracvv opened this issue May 28, 2020 · 1 comment
Closed

CentOS/RHEL 8 support #317

petracvv opened this issue May 28, 2020 · 1 comment

Comments

@petracvv
Copy link

petracvv commented May 28, 2020

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 ?

@neillturner
Copy link
Owner

added require_pip3 option for centos/redhat in version 0.52.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants