mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 09:04:20 +01:00
Merge branch 'supercoffee-master'
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#Remove Plugin if installed and its not been requested or the ES version has changed
|
#Remove Plugin if installed and its not been requested or the ES version has changed
|
||||||
- name: Remove {{item}} plugin
|
- name: Remove {{item}} plugin
|
||||||
command: {{es_home}}/bin/plugin remove {{item}}
|
command: "{{es_home}}/bin/plugin remove {{item}}"
|
||||||
register: xpack_state
|
register: xpack_state
|
||||||
failed_when: "'ERROR' in xpack_state.stdout"
|
failed_when: "'ERROR' in xpack_state.stdout"
|
||||||
changed_when: xpack_state.rc == 0
|
changed_when: xpack_state.rc == 0
|
||||||
|
|||||||
Reference in New Issue
Block a user