NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
10 stars 8 forks source link

Typo(s) in /roles/elasticsearch/templates /elasticsearch.yml.j2 #214

Closed frankhetterich closed 1 year ago

frankhetterich commented 1 year ago

Hi,

there are some typos in lines 6-10 (ealsticsearch instead of elasticsearch)

{% if ealsticsearch_http_publish_host is defined %} http.publish_host: "{{ ealsticsearch_http_publish_host }}" {% endif %} {% if ealsticsearch_http_publish_port is defined %} http.publish_port: {{ ealsticsearch_http_publish_port }}

widhalmt commented 1 year ago

Good find! Thank you. We'll fix that.