mrlesmithjr / ansible-mariadb-galera-cluster

MIT License
135 stars 113 forks source link

Deprecation warning about "ipwrap" module #183

Closed steph-perez closed 8 months ago

steph-perez commented 8 months ago

Hello,

We are running your role (v0.3.9) with Ansible core 2.14.9.

In the run, I can see this warning:

[DEPRECATION WARNING]: Use 'ansible.utils.ipwrap' module instead. This feature 
will be removed from ansible.netcommon in a release after 2024-01-01. 

I guess this warning comes from the call to "map('ipwrap')" in the template files.

Is it possible to fix this, please?