Fix package download URL and set ES_PATH_CONF
The old URL yields a 404. ES_PATH_CONF is also needed when installing elasticsearch using the downloaded package.
This commit is contained in:
parent
f89f56bc34
commit
124775740a
2 changed files with 3 additions and 1 deletions
|
|
@ -78,3 +78,5 @@
|
|||
when: not es_use_repository
|
||||
register: elasticsearch_install_from_package
|
||||
notify: restart elasticsearch
|
||||
environment:
|
||||
ES_PATH_CONF: "/etc/elasticsearch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue