Fix for license update
This commit is contained in:
parent
3ed945d2aa
commit
fc400862b1
4 changed files with 12 additions and 8 deletions
|
|
@ -1,5 +1,11 @@
|
|||
---
|
||||
|
||||
- name: Ensure elasticsearch is started
|
||||
service: name={{instance_init_script | basename}} state=started enabled=yes
|
||||
|
||||
- name: Wait for elasticsearch to startup
|
||||
wait_for: host={{es_api_host}} port={{es_api_port}} delay=10
|
||||
|
||||
- name: Get template files
|
||||
find: paths="/etc/elasticsearch/templates" patterns="*.json"
|
||||
register: templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue