This commit is contained in:
phil 2021-06-26 11:17:30 +02:00
parent bae3ba409a
commit 34fc716ff0

View file

@ -6,3 +6,11 @@
owner: "{{ instance.user }}" owner: "{{ instance.user }}"
group: "{{ instance.user }}" group: "{{ instance.user }}"
when: nc_installed_version.stdout >= "21.0.2" when: nc_installed_version.stdout >= "21.0.2"
- name: "fixes: {{ instance.domain }}: https://github.com/nextcloud/server/pull/27015"
get_url:
url: https://raw.githubusercontent.com/nextcloud/server/553f8aff6b10bbb485ff3d3f0ec31801e2a66e51/apps/files_trashbin/lib/Storage.php
dest: "{{ nextcloud_install_path }}/apps/files_trashbin/lib/Storage.php"
owner: "{{ instance.user }}"
group: "{{ instance.user }}"
when: nc_installed_version.stdout >= "21.0.2"