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

Commit

Permalink
Merge pull request #546 from thiagonache/master
Browse files Browse the repository at this point in the history
Fixes first example syntax in README
  • Loading branch information
Crazybus authored Mar 22, 2019
2 parents 18c9332 + 88d283e commit f051e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ The simplest configuration therefore consists of:
hosts: localhost
roles:
- role: elastic.elasticsearch
es_instance_name: "node1"
vars:
es_instance_name: "node1"
```
The above installs a single node 'node1' on the hosts 'localhost'.
Expand Down

0 comments on commit f051e80

Please sign in to comment.