Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Fixes first example syntax in README
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagonache authored Mar 19, 2019
1 parent 0bff064 commit 88d283e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 88d283e

Please sign in to comment.