Version 5.0 - no need for plugin prefix

This commit is contained in:
Dale McDiarmid 2017-01-11 10:26:57 +00:00
parent 2d7b851b1f
commit cde17346d5
6 changed files with 9 additions and 14 deletions

View file

@ -1,10 +1,5 @@
---
- set_fact: es_binary_prefix=""
- set_fact: es_binary_prefix="elasticsearch-"
when: es_version | version_compare('5.0', '>=')
- name: Include optional user and group creation.
when: (es_user_id is defined) and (es_group_id is defined)
include: elasticsearch-optional-user.yml