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

No package matching 'libyaml-devel' found available, installed or updated #109

Open
tatwell opened this issue Aug 8, 2017 · 1 comment

Comments

@tatwell
Copy link

tatwell commented Aug 8, 2017

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"]}
@tatwell
Copy link
Author

tatwell commented Aug 8, 2017

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

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

1 participant