Merge pull request #575 from flyinggecko/fix/install-command

Docs: Fix name of elasticsearch ansible role
This commit is contained in:
Julien Mailleret 2019-06-05 15:29:04 +02:00 committed by GitHub
commit b137ebd6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.