From 67dc05bf19e6c46b170031c000b133ef3056b01a Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Thu, 17 Aug 2017 23:27:05 +0100 Subject: [PATCH] Dependency on jmspath --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d89b016..66f271d 100644 --- a/README.md +++ b/README.md @@ -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.