mailcow / mailcow-ansiblerole

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

Use correct ipaddr module #21

Closed poehlerflorian closed 2 years ago

poehlerflorian commented 2 years ago

Replace "ansible.netcommon.ipaddr" with "ansible.utils.ipaddr" since netcommon.ipaddr is deprecated and will be removed after 2024-01-01.

Currently, the module shows the following warning: [DEPRECATION WARNING]: Use 'ansible.utils.ipaddr' module instead. This feature will be removed from ansible.netcommon in a release after 2024-01-01. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.