1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nextcloud/tasks/install.yml: Clarify /library/www/nextcloud is ~449 MB (for Nextcloud 21.0.1)

This commit is contained in:
A Holt 2021-05-19 11:52:40 -04:00 committed by GitHub
parent 4ac845ca0d
commit 750f049252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@
state: directory state: directory
path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud
- name: Unarchive {{ nextcloud_dl_url }} (100+ MB) to {{ nextcloud_root_dir }} (400+ MB, {{ apache_user }}:{{ apache_user }}) - name: Unarchive {{ nextcloud_dl_url }} (100+ MB) to {{ nextcloud_root_dir }} (~449 MB, {{ 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 }}"