Reporting should not be declared as x-pack feature

This commit is contained in:
Dale McDiarmid 2017-01-16 12:19:22 +00:00
parent 719bd67fde
commit 0656a19501
4 changed files with 3 additions and 7 deletions

View file

@ -9,7 +9,7 @@
#List currently installed plugins - ignore xpack if > v 2.0
- name: Check installed elasticsearch plugins
shell: "{{es_home}}/bin/elasticsearch-plugin list | grep -vE 'x-pack|license'"
shell: "{{es_home}}/bin/elasticsearch-plugin list | grep -vE 'x-pack'"
register: installed_plugins
failed_when: "'ERROR' in installed_plugins.stdout"
changed_when: False