From 48348df46e6effcfd14cf020977002df28f1065e Mon Sep 17 00:00:00 2001 From: "Thierno IB. BARRY" Date: Wed, 27 Jan 2016 19:48:19 +0100 Subject: [PATCH] fix typo fix typo --- tasks/elasticsearch-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/elasticsearch-plugins.yml b/tasks/elasticsearch-plugins.yml index e7f26e8..8b52648 100644 --- a/tasks/elasticsearch-plugins.yml +++ b/tasks/elasticsearch-plugins.yml @@ -24,9 +24,9 @@ {{es_home}}/bin/plugin install {{ 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 != ''%} - -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 != '' %} - -DproxyHost={{ es_proxy_host }} -DproxyPort={{ es_proxy_port }} + -DproxyHost={{ es_proxy_host }} -DproxyPort={{ es_proxy_port }} {% endif %} --silent register: plugin_installed