Included plugin update

This commit is contained in:
Philip (a-0) 2023-01-22 20:38:53 +01:00
parent 2f360b27eb
commit 8a9b9176b4

View file

@ -58,6 +58,11 @@
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
service:
name: elasticsearch