nkakouros-original / ansible-role-nextcloud

An Ansible role to install Nextcloud
GNU General Public License v3.0
11 stars 5 forks source link

Installation fails with custom nextcloud_installation_dir #39

Open rapklein opened 4 years ago

rapklein commented 4 years ago

I have had the following issue with a custom nextcloud_installation_dir. The role fails at Install nextcloud in tasks/core/install.yml if the nextcloud_installation_dir is present on the system. This seems to be the case because the nextcloud folder will not be renamed but moved inside nextcloud_installation_dir, if it exists already (Move nextcloud folder).

The role works fine as it is, if I take the following precautions:

I propose to update defaults/main.yml and add a comment for documentation.