ipaddr (deprecated alias) => ansible.utils.ipaddr (#10650)

This commit is contained in:
Max Gautier
2023-11-28 09:56:55 +01:00
committed by GitHub
parent cf3ac625da
commit 94d3f65f09
8 changed files with 17 additions and 17 deletions

View File

@@ -10,6 +10,6 @@
"routes": [
{ "dst": "0.0.0.0/0" }
],
"gateway": "{{ node_pod_cidr|ipaddr('net')|ipaddr(1)|ipaddr('address') }}"
"gateway": "{{ node_pod_cidr|ansible.utils.ipaddr('net')|ansible.utils.ipaddr(1)|ansible.utils.ipaddr('address') }}"
}
}