Allow es_heap_size to be defined
This commit is contained in:
parent
5cec2dd17f
commit
d9a86b5d06
5 changed files with 14 additions and 3 deletions
|
|
@ -16,5 +16,6 @@
|
|||
register: elasticsearch_started
|
||||
- name: Restart elasticsearch service if new version installed
|
||||
service: name=elasticsearch state=restarted
|
||||
when: es_start_service and elasticsearch_install.changed and not elasticsearch_started.changed
|
||||
|
||||
when: es_start_service and
|
||||
( elasticsearch_install.changed or elasticsearch_configure.changed )
|
||||
and not elasticsearch_started.changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue