Fix für roko.li/nextcloud-hosting#1
This commit is contained in:
parent
bae3ba409a
commit
34fc716ff0
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue