Reporting should not be declared as x-pack feature
This commit is contained in:
parent
719bd67fde
commit
0656a19501
4 changed files with 3 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue