fix typo when removing xpack plugins

This commit is contained in:
Thierno IB. BARRY 2016-09-19 17:41:56 +02:00
parent da57e2dd65
commit daa14f687f

View file

@ -14,7 +14,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: > command: >
{{es_home}}/bin/plugin remove shield {{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