From 6e7248140cc19fe902ab737de9b6850023ea6ab5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 4 Jul 2019 11:26:36 -0400 Subject: [PATCH] Update main.yml --- roles/nextcloud/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nextcloud/defaults/main.yml b/roles/nextcloud/defaults/main.yml index 38392bbb5..e05c3db2f 100644 --- a/roles/nextcloud/defaults/main.yml +++ b/roles/nextcloud/defaults/main.yml @@ -13,9 +13,9 @@ nextcloud_data_dir: "{{ content_base }}/nextcloud/data" nextcloud_dl_url: https://download.nextcloud.com/server/releases # 2019-05-11: latest-16.tar.bz2 finally published to https://download.nextcloud.com/server/releases/ (nextcloud/server#15502) e.g. for Ubuntu 18.04 & Debian 10 -nextcloud_orig_src_file_old: latest-15.tar.bz2 # 2019-05-16: for legacy OS's Debian 9 & Raspbian 9 where PHP 7.1+ isn't available +nextcloud_orig_src_file_old: latest-15.tar.bz2 # 2019-07-04: for legacy OS's {Debian 9, Raspbian 9, Ubuntu 16} where PHP 7.1+ isn't available nextcloud_src_file_old: nextcloud_{{ nextcloud_orig_src_file_old }} -nextcloud_orig_src_file: latest-16.tar.bz2 # 2019-05-16: for all other OS's e.g. Debian 10 & Ubuntu 18.04 where PHP 7.1+ is hopefully available! +nextcloud_orig_src_file: latest-16.tar.bz2 # 2019-07-04: for all other OS's e.g. Debian 10 & Ubuntu 18.04+ where PHP 7.1+ is hopefully available! nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }} # we install on mysql with these setting or those from default_vars, etc.