mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
fix typo
fix typo
This commit is contained in:
@@ -24,9 +24,9 @@
|
|||||||
{{es_home}}/bin/plugin install
|
{{es_home}}/bin/plugin install
|
||||||
{{ item.plugin }}{% if item.version is defined and item.version != '' %}/{{ item.version }}{% endif %}
|
{{ item.plugin }}{% if item.version is defined and item.version != '' %}/{{ item.version }}{% endif %}
|
||||||
{% if item.proxy_host is defined and item.proxy_host != '' and item.proxy_port is defined and item.proxy_port != ''%}
|
{% if item.proxy_host is defined and item.proxy_host != '' and item.proxy_port is defined and item.proxy_port != ''%}
|
||||||
-DproxyHost={{ item.proxy_host }} -DproxyPort={{ item.proxy_port }}
|
-DproxyHost={{ item.proxy_host }} -DproxyPort={{ item.proxy_port }}
|
||||||
{% elif es_proxy_host is defined and es_proxy_host != '' %}
|
{% elif es_proxy_host is defined and es_proxy_host != '' %}
|
||||||
-DproxyHost={{ es_proxy_host }} -DproxyPort={{ es_proxy_port }}
|
-DproxyHost={{ es_proxy_host }} -DproxyPort={{ es_proxy_port }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--silent
|
--silent
|
||||||
register: plugin_installed
|
register: plugin_installed
|
||||||
|
|||||||
Reference in New Issue
Block a user