From 470eae90ede5af4fbe9c501707d9d68b9abb0115 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Thu, 10 Dec 2020 17:37:17 +0100 Subject: [PATCH] [meta] fix ansible galaxy install command (#751) This commit fix the Ansible Galaxy install command to use the new versioning implemented in 7.10.1 release. ansible-beats tags are now prefixed by v which makes Ansible Galaxy versions also including this prefix. Fix #750 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3016f..cc24411 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,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 elastic.elasticsearch,7.10.1 +ansible-galaxy install elastic.elasticsearch,v7.10.1 ``` Then create your playbook yaml adding the role elasticsearch.