Use final 6.3.0 release instead of snapshot
This commit is contained in:
parent
e5809a3169
commit
715bd8591e
5 changed files with 8 additions and 8 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue