kurron / ansible-role-operations

Ansible playbook suitable for Operations folks needing to monitor hosts
Apache License 2.0
1 stars 2 forks source link

Install JQ #4

Closed kurron closed 7 years ago

kurron commented 7 years ago

More and more scripts, in particular K8S scripts, use jq to parse the JSON that comes back from AWS CLI calls. We should go ahead and install JQ by default. It can be found at https://stedolan.github.io/jq/

kurron commented 7 years ago

The current version of jq is now being installed.