elastic / ansible-elasticsearch

Ansible playbook for Elasticsearch
Other
1.59k stars 857 forks source link

Use ES_JAVA_HOME instead of JAVA_HOME #789

Closed jmlrt closed 3 years ago

jmlrt commented 3 years ago

This commit set ES_JAVA_HOME environment variable instead of JAVA_HOME when es_java_home environment variable is used.

See https://github.com/elastic/elasticsearch/issues/68848 for more context.