devops-coop / ansible-haproxy

Installs and configure HAProxy
Apache License 2.0
96 stars 97 forks source link

Replace proxy json_query expression with filter plugin #77

Open benwebber opened 7 years ago

benwebber commented 7 years ago

json_query depends on jmespath, which may not be available on all systems.

We can replace this expression with a portable filter plugin instead.