mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
Fix version check for plugin prefix
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
- set_fact: es_binary_prefix=""
|
||||
|
||||
- set_fact: es_binary_prefix="elasticsearch-"
|
||||
when: es_version | version_compare('2.0', '>')
|
||||
when: es_version | version_compare('5.0', '>=')
|
||||
|
||||
#List currently installed plugins - ignore xpack if > v 2.0
|
||||
- name: Check installed elasticsearch plugins
|
||||
|
||||
Reference in New Issue
Block a user