mailcow / mailcow-ansiblerole

The official ansible role to setup mailcow using Ansible
GNU General Public License v3.0
75 stars 49 forks source link

Detection of pre-existing git repository broken #47

Open lukaschristmann opened 4 months ago

lukaschristmann commented 4 months ago

installing mailcow via this role just broke for me - the role checks whether /opt/mailcow-dockerized exists and only checks out git if the folder is not there yet. I created a btrfs subvolume and mounted it to /opt/mailcow-dockerized beforehand...

I suggest checking for existance of /opt/mailcow/dockerized/.git instead - following up with a PR...