From 88d283e216f9468a0163bee4da03b0d056eb1380 Mon Sep 17 00:00:00 2001 From: Thiago Nache Carvalho Date: Tue, 19 Mar 2019 15:41:09 -0300 Subject: [PATCH] Fixes first example syntax in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e9846f..c7b1ff8 100644 --- a/README.md +++ b/README.md @@ -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'.