[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:
parent
ffeb286150
commit
470eae90ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue