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

Nextcloud 24.0.0 work w/ PHP 8.1 on Ubuntu 22.04

This commit is contained in:
root 2022-05-02 22:04:53 -04:00
parent 46c947f7bf
commit c4abc856bc
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
- name: NEXTCLOUD
include_role:
name: nextcloud
when: nextcloud_install and not is_ubuntu_2204 # TEMPORARY
when: nextcloud_install
- name: WORDPRESS
include_role:

View file

@ -91,7 +91,7 @@
state: directory
path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud
- name: Unarchive {{ nextcloud_dl_url }} (~133 MB) to {{ nextcloud_root_dir }} (~476 MB initially, 498+ MB later, {{ apache_user }}:{{ apache_user }})
- name: Unarchive {{ nextcloud_dl_url }} (~118 MB) to {{ nextcloud_root_dir }} (~406 MB initially, 428+ MB later, {{ apache_user }}:{{ apache_user }})
unarchive:
remote_src: yes # Overwrite even if "already exists on the target"
src: "{{ nextcloud_dl_url }}"