Merge pull request #546 from thiagonache/master

Fixes first example syntax in README
This commit is contained in:
Michael Russell 2019-03-22 20:41:07 +10:00 committed by GitHub
commit f051e80d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'.