Skip to content

Commit d92f468

Browse files
committed
Removed additional newline
1 parent 5212c6e commit d92f468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

handlers/elasticsearch-templates.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
- name: Wait for elasticsearch to startup
77
wait_for: host={% if es_config['network.host'] is defined %}{{es_config['network.host']}}{% else %}{{es_api_host}}{% endif %} port={% if es_config['http.port'] is defined %}{{es_config['http.port']}}{% else %}{{es_api_port}}{% endif %} delay=10
88

9-
109
- name: Get template files
1110
find: paths="/etc/elasticsearch/templates" patterns="*.json"
1211
register: templates

0 commit comments

Comments
 (0)