Fixes first example syntax in README

This commit is contained in:
Thiago Nache Carvalho 2019-03-19 15:41:09 -03:00 committed by GitHub
parent 0bff06436f
commit 88d283e216
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'.