Fix name of elasticsearch ansible role

Use correct role name from ansible galaxy
This commit is contained in:
Julian 2019-06-05 14:48:53 +02:00 committed by GitHub
parent c0238edb38
commit 3bfc8b1b2e
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.
```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.