Skip to content
Snippets Groups Projects
Unverified Commit b31afe23 authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

Final ipaddr deprecation cleanup (#10675)

Followup of #10518
parent a9321aaf
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
retries: 20 retries: 20
delay: 15 delay: 15
until: until:
- vm_ips.stdout | ipaddr - vm_ips.stdout | ansible.utils.ipaddr
- name: "Create inventory for CI test in file /tmp/{{ test_name }}/inventory" - name: "Create inventory for CI test in file /tmp/{{ test_name }}/inventory"
template: template:
......
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
- name: Check pods IP are in correct network - name: Check pods IP are in correct network
assert: assert:
that: item | ipaddr(kube_pods_subnet) that: item | ansible.utils.ipaddr(kube_pods_subnet)
when: when:
- not item in pods_hostnet - not item in pods_hostnet
- item in pods_running - item in pods_running
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment