PHRAS-1765 (#2398)

bump es to 2.3.3
This commit is contained in:
jygaulier
2018-01-10 15:09:30 +01:00
committed by GitHub
parent 215e47fb79
commit 6e89b93c7d
6 changed files with 18 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
sudo: yes
- name: Install plugins
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}/{{ item.version }}
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}
when: not is_installed
with_items: "{{ elasticsearch.plugins }}"