Skip to content

Commit

Permalink
use string for ipv6 forward conf (#9992)
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeng0518 committed Apr 19, 2023
1 parent c7072b4 commit b3ed25e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3ed25e

Please sign in to comment.