[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
This commit is contained in:
Julien Mailleret 2020-12-10 17:37:17 +01:00 committed by GitHub
parent ffeb286150
commit 470eae90ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 ```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. Then create your playbook yaml adding the role elasticsearch.