Fix deb and rpm url (#788)
* Fix commit fix the deb package url for Elasticsearch 6.x * Fix commit fix the rpm package url for Elasticsearch 6.x and 7.x * Download deb package directly using apt module * Use new ansible syntax
This commit is contained in:
parent
4f01bc74a0
commit
3904913be5
3 changed files with 15 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
java: "{{ es_java | default('java-1.8.0-openjdk.x86_64') }}"
|
||||
default_file: "/etc/sysconfig/elasticsearch"
|
||||
es_home: "/usr/share/elasticsearch"
|
||||
es_home: "/usr/share/elasticsearch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue