Fix name of elasticsearch ansible role
Use correct role name from ansible galaxy
This commit is contained in:
parent
c0238edb38
commit
3bfc8b1b2e
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