Don't ignore errors when uninstalling plugins
This commit is contained in:
parent
929a860fd3
commit
943797d564
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@
|
|||
- name: Remove elasticsearch plugins
|
||||
become: yes
|
||||
command: "{{es_home}}/bin/elasticsearch-plugin remove {{item}} --silent"
|
||||
ignore_errors: yes
|
||||
with_items: "{{ plugins_to_remove | default([]) }}"
|
||||
notify: restart elasticsearch
|
||||
register: plugin_removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue