Browse Source

Create /etc/gai.conf if not exists when disable_ipv6_dns is 'true' (#6258)

pull/6266/head
Unai Arríen 4 years ago
committed by GitHub
parent
commit
1912df7e3e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/preinstall/tasks/0080-system-configurations.yml

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

@ -25,6 +25,7 @@
dest: /etc/gai.conf
line: "precedence ::ffff:0:0/96 100"
state: present
create: yes
backup: yes
when:
- disable_ipv6_dns

Loading…
Cancel
Save