ansible-collection-hetzner-.../tests/requirements.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

5 lines
78 B
YAML

---
collections:
- ansible.utils
- community.crypto
- community.general