mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Nextcloud 27.1.0 download & /library/www/nextcloud sizes
This commit is contained in:
parent
2804bf186b
commit
0e30549e43
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
nextcloud_dl_url: https://download.nextcloud.com/server/releases/latest-25.tar.bz2
|
||||
when: php_version is version('8.0', '<')
|
||||
|
||||
- name: Unarchive {{ nextcloud_dl_url }} (~162 MB) to {{ nextcloud_root_dir }} (~555 MB initially, sometimes ~591 MB later, {{ apache_user }}:{{ apache_user }})
|
||||
- name: Unarchive {{ nextcloud_dl_url }} (~172 MB) to {{ nextcloud_root_dir }} (~606 MB initially, sometimes ~642 MB later, {{ apache_user }}:{{ apache_user }})
|
||||
unarchive:
|
||||
remote_src: yes # Overwrite even if "already exists on the target"
|
||||
src: "{{ nextcloud_dl_url }}"
|
||||
|
|
Loading…
Reference in a new issue