Improved removal of performance-analyzer plugin
This commit is contained in:
parent
78698c2e4f
commit
8582b0954e
@ -11,8 +11,11 @@
|
|||||||
- import_tasks: Debian.yml
|
- import_tasks: Debian.yml
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
- name: Remove Performance analyzer plugin
|
- name: Remove performance analyzer plugin from elasticsearch
|
||||||
command: "/usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro-performance-analyzer"
|
become: true
|
||||||
|
command: ./elasticsearch-plugin remove opendistro-performance-analyzer
|
||||||
|
args:
|
||||||
|
chdir: /usr/share/elasticsearch/bin/
|
||||||
|
|
||||||
- name: Remove elasticsearch configuration file
|
- name: Remove elasticsearch configuration file
|
||||||
file:
|
file:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user