Remove bundles after kibana plugin uninstall

This commit is contained in:
Pedro Sanchez 2017-07-12 20:33:13 +02:00 committed by GitHub
commit d669b3cab6

View File

@ -27,8 +27,11 @@
tags: install tags: install
- name: Removing Wazuh-APP by compatibility issues - name: Removing Wazuh-APP by compatibility issues
shell: /usr/share/kibana/bin/kibana-plugin remove wazuh shell: "{{ item }}"
when: wazuh_app_verify.stdout == "0" when: wazuh_app_verify.stdout == "0"
with_items:
- /usr/share/kibana/bin/kibana-plugin remove wazuh
- rm -rf /usr/share/kibana/optimize/bundles
tags: install tags: install
- name: Install Wazuh-APP (can take a while) - name: Install Wazuh-APP (can take a while)