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'm running this role against Red Hat 7 and seeing this error:
TASK [zzet.rbenv : install build depends] ****************************************************************************** failed: [staging] (item=[u'bzip2', u'gcc', u'git', u'libffi-devel', u'libyaml-devel', u'openssl-devel', u'readline-devel', u'zlib-devel']) => {"changed": false, "failed": true, "item": ["bzip2", "gcc", "git", "libffi-devel", "libyaml-devel", "openssl-devel", "readline-devel", "zlib-devel"], "msg": "No package matching 'libyaml-devel' found available, installed or updated", "rc": 126, "results": ["No package matching 'libyaml-devel' found available, installed or updated"]}
The text was updated successfully, but these errors were encountered:
Adding the following task (to be run as sudo user) seems to get me past it:
shell: yum-config-manager --enable rhel-7-server-optional-rpms become: yes
Sorry, something went wrong.
No branches or pull requests
I'm running this role against Red Hat 7 and seeing this error:
The text was updated successfully, but these errors were encountered: