mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
nextcloud/tasks/install.yml: Nextcloud 23.0.0 latest.tar.bz2 is ~132MB
This commit is contained in:
parent
56ce56bfa8
commit
78cc7de446
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
state: directory
|
||||
path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud
|
||||
|
||||
- name: Unarchive {{ nextcloud_dl_url }} (~139 MB) to {{ nextcloud_root_dir }} (~474 MB initially, 496+ MB later, {{ apache_user }}:{{ apache_user }})
|
||||
- name: Unarchive {{ nextcloud_dl_url }} (~132 MB) to {{ nextcloud_root_dir }} (~474 MB initially, 496+ 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