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
I got this error while trying to use this with CentOS 6.6:
TASK: [ruby | add rbenv initialization to profile system-wide] **************** failed: [192.168.33.11] => {"failed": true} msg: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed! FATAL: all hosts have already failed -- aborting
Adding libselinux-python to the yum dependencies fixed it.
libselinux-python
The text was updated successfully, but these errors were encountered:
Having same error on CentOS 6.5
Sorry, something went wrong.
No branches or pull requests
I got this error while trying to use this with CentOS 6.6:
Adding
libselinux-python
to the yum dependencies fixed it.The text was updated successfully, but these errors were encountered: