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

This commit is contained in:
Unai Arríen 2020-06-12 09:55:55 +02:00 committed by GitHub
parent bacbb2a0ca
commit 1912df7e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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