fix line length due to limitation

This commit is contained in:
William Frank 2022-02-03 17:28:41 -05:00
parent 16b1401194
commit ce09b9db43

View File

@ -89,7 +89,7 @@ def resolvconf_nameservers(systemd_resolved):
# second file will fail.
files = ['/etc/resolv.conf']
if systemd_resolved:
# If it's systemd based system - do not capture the stub service. Only remote servers
# If it's systemd based system - do not capture the stub service
files = ['/run/systemd/resolve/resolv.conf']
nsservers = []