mailcow / mailcow-ansiblerole

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

Changed update script input for native ipv6 #40

Closed felixoi closed 1 year ago

felixoi commented 1 year ago

This will add another "yes"-input to the update script to enable native ipv6 networking if available (recommended).

see https://github.com/mailcow/mailcow-dockerized/blob/master/update.sh#L101

Seems like it makes no difference if the marked read is not being triggered. The last "yes" input will just go to void.

ntimo commented 1 year ago

Thank you :)