Commit 9619cace by Carson Gee

Added task to make sure elasticsearch is started

I recently had a build where elasticsearch hadn't auto started so
I added that check here.
parent 0823ff88
......@@ -28,3 +28,9 @@
tags:
- elasticsearch
- install
- name: elasticsearch | Ensure elasticsearch is enabled and started
service: name=elasticsearch state=started enabled=yes
tags:
- elasticsearch
- install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment