Hopefully final batches of ipaddr deprecation cleanup (#10822)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user