Merge branch 'master' into es_repo_base

This commit is contained in:
Branen Salmon 2019-03-12 09:56:36 -04:00
commit 59de0102a8
No known key found for this signature in database
GPG key ID: 419F694FF72F2A72
12 changed files with 21 additions and 19 deletions

View file

@ -21,7 +21,7 @@
- name: Detect if es_version is before X-Pack was open and included
set_fact:
es_open_xpack: false
when: "es_version | version_compare('6.3.0', '<')"
when: "es_version is version_compare('6.3.0', '<')"
- name: If this is an older version we need to install X-Pack as a plugin and use a differet users command
set_fact: