fix fqn
This commit is contained in:
parent
2b560deaad
commit
be494c827c
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@
|
|||
when:
|
||||
- kubernetes_server|bool
|
||||
with_items:
|
||||
- "{{ (lookup('vars', 'ansible_' + kubernetes_interface ).ipv4.network + '/' + lookup('vars', 'ansible_' + kubernetes_interface ).ipv4.netmask) | ipaddr('net') }}"
|
||||
- "{{ (lookup('vars', 'ansible_' + kubernetes_interface ).ipv4.network + '/' + lookup('vars', 'ansible_' + kubernetes_interface ).ipv4.netmask) | ansible.utils.ipaddr('net') }}"
|
||||
- "{{ kubernetes_pods_network }}"
|
||||
- "10.96.0.0/12"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue