mailcow / mailcow-ansiblerole

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

Wrong container name in "running" check #30

Closed ckoehler closed 1 year ago

ckoehler commented 1 year ago

I just tried to update mailcow and had the update task skipped. Looked like the container name was different on my system than the task check below:

https://github.com/mailcow/mailcow-ansiblerole/blob/3968ac431c80eb16ff5bc6fbcb18dd122862d4ce/tasks/main.yml#L56

My containers were called "{{ mailcow__docker_compose_project_name }}-nginx-mailcow-1" (dashes instead of underscores). Not sure if my setup was just weird, and I already fixed it for me, but maybe there's more to it and others are affected.

felixoi commented 1 year ago

I can confirm this. Same on my side.