2.0 Support + Plugin Directory Support + Supporting Tests + Defaults Change
This commit is contained in:
parent
1034995899
commit
86f2bd9a2d
40 changed files with 297 additions and 113 deletions
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
- name: restart elasticsearch
|
||||
service: name={{instance_init_script | basename}} state=restarted enabled=yes
|
||||
when: es_start_service and not elasticsearch_started.changed
|
||||
when: es_start_service and (not elasticsearch_started.changed or plugin_installed.changed)
|
||||
Loading…
Add table
Add a link
Reference in a new issue