fixed plugin update
This commit is contained in:
parent
8a9b9176b4
commit
0f28e007d9
1 changed files with 5 additions and 5 deletions
|
@ -53,15 +53,15 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: elasticsearch
|
group: elasticsearch
|
||||||
|
|
||||||
|
- name: Remove ingest-attachment plugin if installed
|
||||||
|
shell:
|
||||||
|
cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin remove ingest-attachment"
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: Enable ingest-attachment plugin
|
- name: Enable ingest-attachment plugin
|
||||||
shell:
|
shell:
|
||||||
cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin install ingest-attachment"
|
cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin install ingest-attachment"
|
||||||
ignore_errors: yes
|
|
||||||
|
|
||||||
- name: Attempt to update plugin
|
|
||||||
shell:
|
|
||||||
cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin update ingest-attachment"
|
|
||||||
ignore_errors: yes
|
|
||||||
|
|
||||||
- name: Restart elasticsearch
|
- name: Restart elasticsearch
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue