Switched plugin install back to command
This commit is contained in:
parent
e96b68b2a5
commit
2f360b27eb
2 changed files with 4 additions and 8 deletions
|
@ -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:
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
plugins:
|
|
||||||
- id: ingest-attachment
|
|
Loading…
Add table
Add a link
Reference in a new issue