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
|
||||
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:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
plugins:
|
||||
- id: ingest-attachment
|
Loading…
Add table
Add a link
Reference in a new issue