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:
Julien Mailleret 2021-03-18 15:22:43 +01:00 committed by GitHub
parent 4f01bc74a0
commit 3904913be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 7 deletions

View file

@ -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"