Mykola Ulianytskyi (Nikolay Ulyanitsky)
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/preinstall/tasks/0063-networkmanager-dns.yml
|
|
@ -29,7 +29,7 @@ |
|
|
|
path: /etc/NetworkManager/conf.d/dns.conf |
|
|
|
section: global-dns |
|
|
|
option: options |
|
|
|
value: "ndots:{{ ndots }};timeout:{{ dns_timeout|default('2') }};attempts:{{ dns_attempts|default('2') }};" |
|
|
|
value: "ndots:{{ ndots }},timeout:{{ dns_timeout|default('2') }},attempts:{{ dns_attempts|default('2') }}" |
|
|
|
mode: '0600' |
|
|
|
backup: yes |
|
|
|
notify: Preinstall | update resolvconf for networkmanager |