mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
Reporting should not be declared as x-pack feature
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user