mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user