use string for ipv6 forward conf (#9992)
parent
c7072b48dc
commit
b3ed25ee35
|
@ -82,7 +82,7 @@
|
|||
sysctl:
|
||||
sysctl_file: "{{ sysctl_file_path }}"
|
||||
name: net.ipv6.conf.all.forwarding
|
||||
value: 1
|
||||
value: "1"
|
||||
state: present
|
||||
reload: yes
|
||||
when: enable_dual_stack_networks | bool
|
||||
|
|
Loading…
Reference in New Issue