Hopefully final batches of ipaddr deprecation cleanup (#10822)

This commit is contained in:
Max Gautier
2024-01-22 18:20:44 +01:00
committed by GitHub
parent 4fc1fc729e
commit b4dd8b4313
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
- name: "Check that python netaddr is installed"
assert:
msg: "Python netaddr is not present"
that: "'127.0.0.1' | ipaddr"
that: "'127.0.0.1' | ansible.utils.ipaddr"
tags:
- check