From 3bfc8b1b2eb1a30f48cb472a3b06cad8cf54efff Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 5 Jun 2019 14:48:53 +0200 Subject: [PATCH] Fix name of elasticsearch ansible role Use correct role name from ansible galaxy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e9e99..2074676 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This role uses the json_query filter which [requires jmespath](https://github.co 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. ```sh -ansible-galaxy install ansible-elasticsearch,7.1.1 +ansible-galaxy install elastic.elasticsearch,7.1.1 ``` Then create your playbook yaml adding the role elasticsearch.