1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00
hetzner.hcloud/changelogs/fragments/replace-deprecated-ansible.netcommon-with-python-ipaddress.yml
Jonas L 4cfdf50b26
feat: replace ansible.netcommon utils with python3 ipaddress module (#416)
##### SUMMARY

Replace `ansible.netcommon` deprecated ipaddr utils with python
`ipaddress` module. The `ansible.netcommon` collection is no longer
required by the collections. We still use the `ansible.utils`
collections for testing
2023-12-12 11:50:45 +01:00

4 lines
186 B
YAML

minor_changes:
- >
Replace deprecated `ansible.netcommon` ip utils with python `ipaddress` module. The
`ansible.netcommon` collection is no longer required by the collections.