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
TASK [savagegus.consul : install deps (RHEL)] ********************************** failed: [consul1] => (item=[u'unzip', u'jq']) => {"changed": false, "failed": true, "item": ["unzip", "jq"], "msg": "No Package matching 'jq' found available, installed or updated", "rc": 0, "results": []}
It's not in yum, maybe consider pip install jq instead?
pip install jq
The text was updated successfully, but these errors were encountered:
actually, jq is in epel: sudo yum install -y epel-release
jq
epel
sudo yum install -y epel-release
Sorry, something went wrong.
No branches or pull requests
It's not in yum, maybe consider
pip install jq
instead?The text was updated successfully, but these errors were encountered: