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
group: elasticsearch
- name: Set plugin configuration
template:
src: elasticsearch-plugins.yml.j2
dest: /etc/elasticsearch/elasticsearch-plugins.yml
owner: root
group: elasticsearch
- name: Enable ingest-attachment plugin
shell:
cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin install ingest-attachment"
ignore_errors: yes
- name: Restart elasticsearch
service: