clean code related to xpack plugin install

We don't need this anymore as X-Pack is now already included in elasticsearch since 6.3.
This commit is contained in:
Julien Mailleret 2019-09-05 09:42:16 +02:00
parent 447550903f
commit d5e414b9aa
No known key found for this signature in database
GPG key ID: F065093271C8DE71
4 changed files with 0 additions and 91 deletions

View file

@ -17,7 +17,6 @@
file:
dest: "{{ es_home }}/plugins/x-pack"
state: "absent"
when: es_open_xpack
#List currently installed plugins. We have to list the directories as the list commmand fails if the ES version is different than the plugin version.
- name: Check installed elasticsearch plugins