mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
clarify force: does install/reinstall/upgrade
This commit is contained in:
parent
e798cfe1a4
commit
8af7e21537
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# path: "{{ nextcloud_prefix }}/nextcloud/index.php"
|
||||
register: nextcloud_page
|
||||
|
||||
- name: FORCE UPGRADE OR INSTALL IF /opt/nextcloud/version.php DOESN'T EXIST
|
||||
- name: FORCE INSTALL OR REINSTALL OR UPGRADE IF /opt/nextcloud/version.php DOESN'T EXIST
|
||||
set_fact:
|
||||
nextcloud_force_install: True
|
||||
when: not nextcloud_page.stat.exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue