Commit 0522d201 authored by kaali09's avatar kaali09
Browse files

updated the install plugin

parent bb9253a7
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
var: plugin_output var: plugin_output
- name: Install plugin - name: Install plugin
shell: ES_PATH_CONF=/etc/elasticsearch/"{{ es_instance_name }}" /usr/share/elasticsearch/bin/elasticsearch-plugin install repository-azure shell: ES_PATH_CONF=/etc/elasticsearch/"{{ es_instance_name }}" /usr/share/elasticsearch/bin/elasticsearch-plugin install -b repository-azure
when: plugin_output.stdout != "repository-azure" when: plugin_output.stdout != "repository-azure"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment