Browse Source

use string for ipv6 forward conf (#9992)

pull/10005/head
Samuel Liu 2 years ago
committed by GitHub
parent
commit
b3ed25ee35
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/tasks/0080-system-configurations.yml

2
roles/kubernetes/preinstall/tasks/0080-system-configurations.yml

@ -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…
Cancel
Save