Merge branch 'master' of https://github.com/supercoffee/ansible-elasticsearch into supercoffee-master

This commit is contained in:
Dale McDiarmid 2017-01-10 16:40:23 +00:00
commit 3be67c8ae4

View file

@ -13,7 +13,7 @@
#Remove Plugin if installed and its not been requested or the ES version has changed
- name: Remove {{item}} plugin
command: {{es_home}}/bin/plugin remove {{item}}
command: "{{es_home}}/bin/plugin remove {{item}}"
register: xpack_state
failed_when: "'ERROR' in xpack_state.stdout"
changed_when: xpack_state.rc == 0