Merge pull request #546 from thiagonache/master
Fixes first example syntax in README
This commit is contained in:
commit
f051e80d0c
1 changed files with 2 additions and 1 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue