Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Docs: Fix name of elasticsearch ansible role #575

Merged
merged 1 commit into from
Jun 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down