mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
use string for ipv6 forward conf (#9992)
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
sysctl:
|
sysctl:
|
||||||
sysctl_file: "{{ sysctl_file_path }}"
|
sysctl_file: "{{ sysctl_file_path }}"
|
||||||
name: net.ipv6.conf.all.forwarding
|
name: net.ipv6.conf.all.forwarding
|
||||||
value: 1
|
value: "1"
|
||||||
state: present
|
state: present
|
||||||
reload: yes
|
reload: yes
|
||||||
when: enable_dual_stack_networks | bool
|
when: enable_dual_stack_networks | bool
|
||||||
|
|||||||
Reference in New Issue
Block a user