Skip to content
Snippets Groups Projects
Unverified Commit b3ed25ee authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

use string for ipv6 forward conf (#9992)

parent c7072b48
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment