Abstract 6.3 changes into a separate task to reduce all of the jinja one
liner complexity Set ES_PATH_CONF when installing so upgrading from 6.2 to 6.3 works as expected
This commit is contained in:
parent
715bd8591e
commit
bbc5e0603d
9 changed files with 52 additions and 13 deletions
|
|
@ -21,9 +21,7 @@ provisioner:
|
|||
extra_vars:
|
||||
es_major_version: "<%= ENV['VERSION'] %>"
|
||||
<% if ENV['VERSION'] == '5.x' %>
|
||||
es_version: '5.6.9'
|
||||
es_package_name: 'elasticsearch'
|
||||
es_use_snapshot_release: false
|
||||
es_version: '5.6.10'
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue