mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Mention latest Nextcloud 22.1.1 sizes: .bz2, before & after wizard runs
This commit is contained in:
parent
7f41d8f0de
commit
7de3312a96
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud
|
path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud
|
||||||
|
|
||||||
- name: Unarchive {{ nextcloud_dl_url }} (~138 MB) to {{ nextcloud_root_dir }} (~463 MB initially, 485+ MB later, {{ apache_user }}:{{ apache_user }})
|
- name: Unarchive {{ nextcloud_dl_url }} (~139 MB) to {{ nextcloud_root_dir }} (~467 MB initially, 489+ MB later, {{ apache_user }}:{{ apache_user }})
|
||||||
unarchive:
|
unarchive:
|
||||||
remote_src: yes # Overwrite even if "already exists on the target"
|
remote_src: yes # Overwrite even if "already exists on the target"
|
||||||
src: "{{ nextcloud_dl_url }}"
|
src: "{{ nextcloud_dl_url }}"
|
||||||
|
|
Loading…
Reference in a new issue