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

@@ -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