Replace semicolons by commas in options (#9840)

pull/9781/head
Mykola Ulianytskyi (Nikolay Ulyanitsky) 2023-02-28 17:33:16 +02:00 committed by GitHub
parent f366863a99
commit 27c2d7e9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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