Skip to content
Snippets Groups Projects
Commit c77c1e6e authored by jurgenhaas's avatar jurgenhaas
Browse files

New tasks to re-install plugins

parent d829dcb3
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,15 @@
group: elasticsearch
mode: 0644
- name: Uninstall Plugins
elasticsearch_plugin:
name: '{{ item }}'
state: absent
with_items:
- ingest-attachment
tags:
- reinstall-plugins
- name: Install Plugins
elasticsearch_plugin:
name: '{{ item }}'
......@@ -35,6 +44,8 @@
force: yes
with_items:
- ingest-attachment
tags:
- reinstall-plugins
notify:
- Restart Elasticsearch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment