mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #1372 from holta/nextcloud_force_minor_upgrades_if
Force minor upgrades of Nextcloud if /opt/nextcloud/version.php removed
This commit is contained in:
commit
03b2f6e580
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
url: "{{ nextcloud_dl_url }}/{{ nextcloud_orig_src_file }}"
|
||||
dest: "{{ downloads_dir }}/{{ nextcloud_src_file }}"
|
||||
timeout: "{{ download_timeout }}"
|
||||
#force: yes
|
||||
force: yes
|
||||
#validate_certs: False # TEMPORARY ON/AFTER 2018-07-22 AS download.nextcloud.com CERT EXPIRED: https://github.com/iiab/iiab/issues/954
|
||||
when: internet_available and nextcloud_force_install
|
||||
#async: 1800
|
||||
|
|
Loading…
Reference in a new issue