Dependency on jmspath

This commit is contained in:
Dale McDiarmid 2017-08-17 23:27:05 +01:00
parent 4ac165bfd7
commit 67dc05bf19

View file

@ -11,6 +11,9 @@ Ansible role for 5.x Elasticsearch. Currently this works on Debian and RedHat b
The latest Elasticsearch versions of 5.x are actively tested. **Only Ansible versions > 2.3.2 are supported, as this is currently the only version tested.**
##### Dependency
This role uses the json_query filter which [requires jmespath](https://github.com/ansible/ansible/issues/24319) on the local machine.
## Usage
Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook, e.g.