mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Removed additional newline
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
- name: Wait for elasticsearch to startup
|
- name: Wait for elasticsearch to startup
|
||||||
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
|
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
|
||||||
|
|
||||||
|
|
||||||
- name: Get template files
|
- name: Get template files
|
||||||
find: paths="/etc/elasticsearch/templates" patterns="*.json"
|
find: paths="/etc/elasticsearch/templates" patterns="*.json"
|
||||||
register: templates
|
register: templates
|
||||||
|
|||||||
Reference in New Issue
Block a user