From 34fc716ff0be1a357eec6d40c5c4797005ef04d1 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 26 Jun 2021 11:17:30 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20f=C3=BCr=20https://git.systemausfall.org/?= =?UTF-8?q?roko.li/nextcloud-hosting/issues/1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/fixes.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks/fixes.yml b/tasks/fixes.yml index 2e237bb..5d38200 100644 --- a/tasks/fixes.yml +++ b/tasks/fixes.yml @@ -6,3 +6,11 @@ owner: "{{ instance.user }}" group: "{{ instance.user }}" 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"