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,6 +34,7 @@ The simplest configuration therefore consists of:
hosts: localhost hosts: localhost
roles: roles:
- role: elastic.elasticsearch - role: elastic.elasticsearch
vars:
es_instance_name: "node1" es_instance_name: "node1"
``` ```