Switched plugin install back to command

This commit is contained in:
Philip (a-0) 2023-01-22 20:37:43 +01:00
parent e96b68b2a5
commit 2f360b27eb
2 changed files with 4 additions and 8 deletions

View file

@ -53,12 +53,10 @@
owner: root owner: root
group: elasticsearch group: elasticsearch
- name: Set plugin configuration - name: Enable ingest-attachment plugin
template: shell:
src: elasticsearch-plugins.yml.j2 cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin install ingest-attachment"
dest: /etc/elasticsearch/elasticsearch-plugins.yml ignore_errors: yes
owner: root
group: elasticsearch
- name: Restart elasticsearch - name: Restart elasticsearch
service: service:

View file

@ -1,2 +0,0 @@
plugins:
- id: ingest-attachment