Included plugin update
This commit is contained in:
parent
2f360b27eb
commit
8a9b9176b4
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@
|
||||||
cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin install ingest-attachment"
|
cmd: "{{ nextcloud_elasticsearch_bin_dir }}/elasticsearch-plugin install ingest-attachment"
|
||||||
ignore_errors: yes
|
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:
|
||||||
name: elasticsearch
|
name: elasticsearch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue