Final ipaddr deprecation cleanup (#10675)

Followup of #10518
This commit is contained in:
Max Gautier
2023-12-06 03:49:25 +01:00
committed by GitHub
parent a9321aaf86
commit b31afe235f
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
retries: 20
delay: 15
until:
- vm_ips.stdout | ipaddr
- vm_ips.stdout | ansible.utils.ipaddr
- name: "Create inventory for CI test in file /tmp/{{ test_name }}/inventory"
template:

View File

@ -180,7 +180,7 @@
- name: Check pods IP are in correct network
assert:
that: item | ipaddr(kube_pods_subnet)
that: item | ansible.utils.ipaddr(kube_pods_subnet)
when:
- not item in pods_hostnet
- item in pods_running