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

Remove ingest-attachment plugin, it's now included in ElasticSearch 8.4

parent a29df6e0
No related branches found
No related tags found
No related merge requests found
......@@ -7,21 +7,20 @@
elasticsearch_plugin:
name: '{{ item }}'
state: absent
with_items:
- ingest-attachment
with_items: []
- name: Install Plugins
elasticsearch_plugin:
name: '{{ item }}'
state: present
force: yes
with_items:
- ingest-attachment
with_items: []
- name: Restart Elasticsearch
service:
name: elasticsearch
state: restarted
when: false
tags:
- reinstall-plugins
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