Use final 6.3.0 release instead of snapshot

This commit is contained in:
Michael Russell 2018-06-13 21:34:32 +02:00
parent e5809a3169
commit 715bd8591e
No known key found for this signature in database
GPG key ID: A90C1696496085FE
5 changed files with 8 additions and 8 deletions

View file

@ -9,3 +9,4 @@ reserved_xpack_users: ["elastic","kibana","logstash_system"]
# X-Pack used to be installed as a plugin. For versions after 6.3 we don't need to install it anymore
es_install_xpack: "{{ true if ( es_version | version_compare('6.3.0', '<')) else false }}"
es_repo_name: "{{ 'oss-' + es_major_version if (( es_version | version_compare('6.3.0', '>=')) and not es_enable_xpack ) else es_major_version }}"