mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Desupport EOL'd Nextcloud 25, a year after its PHP 7 was (also!) EOL'd
This commit is contained in:
parent
ba9fa67aaa
commit
128088ea90
1 changed files with 6 additions and 4 deletions
|
@ -118,10 +118,12 @@
|
|||
state: directory
|
||||
path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud
|
||||
|
||||
- name: "2023-03-24: NEXTCLOUD 26 REQUIRES PHP 8 -- SO THIS TEMPORARY PATCH INSTALLS THE OLDER NEXTCLOUD 25 ON OS's WITH PHP 7.x -- WHOSE END-OF-LIFE WAS NOVEMBER 2022"
|
||||
set_fact:
|
||||
nextcloud_dl_url: https://download.nextcloud.com/server/releases/latest-25.tar.bz2
|
||||
when: php_version is version('8.0', '<')
|
||||
# Nextcloud 25 EOL was 2023-10-01: https://endoflife.date/nextcloud
|
||||
# https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule#eol-versions
|
||||
#- name: "2023-03-24: NEXTCLOUD 26 REQUIRES PHP 8 -- SO THIS TEMPORARY PATCH INSTALLS THE OLDER NEXTCLOUD 25 ON OS's WITH PHP 7.x -- WHOSE END-OF-LIFE WAS NOVEMBER 2022"
|
||||
# set_fact:
|
||||
# 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 }} (~172 MB) to {{ nextcloud_root_dir }} (~607 MB initially, sometimes ~643 MB later, {{ apache_user }}:{{ apache_user }})
|
||||
unarchive:
|
||||
|
|
Loading…
Add table
Reference in a new issue