We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libselinux-python
I got a following error when using role on RHEL8/CentOS8:
TASK [avanov.pyenv : Install development packages necessary for building Python] ************************************************************************************************************************************************* task path: (...)/.ansible/roles/avanov.pyenv/tasks/RedHat.yml:5 fatal: [...]: FAILED! => {"changed": false, "failures": ["No package libselinux-python available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
On RHEL8/Centos8 python3-libselinux should be installed instead of libselinux-python. Ref.: kubernetes-sigs/kubespray#5046
python3-libselinux
The text was updated successfully, but these errors were encountered:
Was going to submit a ticket for this, found this one instead.
Sorry, something went wrong.
merged
No branches or pull requests
I got a following error when using role on RHEL8/CentOS8:
On RHEL8/Centos8
python3-libselinux
should be installed instead oflibselinux-python
.Ref.: kubernetes-sigs/kubespray#5046
The text was updated successfully, but these errors were encountered: