mailcow-ansiblerole
mailcow-ansiblerole copied to clipboard
netaddr package required
In my case, I get error
TASK [mailcow.mailcow_ansiblerole : Configure HTTP_BIND] ************************************************************************************************************************************************************************************ fatal: [localhost]: FAILED! => {"msg": "The ipaddr filter requires python's netaddr be installed on the ansible controller"}
I suggest a fix
Hey, thank you for the PR. This message mentions that the netaddr package needs to be installed on the ansible controller node. This could be as in your case be the host that mailcow runs on but it could also be a remote host. Therefore this change is not going to work for everyone. And I would therefore recommend to not install the package using ansible but rather list it as an requirement in the README.md. If you would like to add it to the README.md that would be amazing.