Merge pull request #575 from flyinggecko/fix/install-command
Docs: Fix name of elasticsearch ansible role
This commit is contained in:
commit
b137ebd6ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
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 ansible-elasticsearch,7.1.1
|
ansible-galaxy install elastic.elasticsearch,7.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Then create your playbook yaml adding the role elasticsearch.
|
Then create your playbook yaml adding the role elasticsearch.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue