Skip to content
Snippets Groups Projects
Commit 284ac9c8 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

networking: Default static_dns to true for static IP configuration

parent 6c4f215b
No related branches found
No related tags found
1 merge request!479matrix.archlinux.org: Configure static DNS via networking role
Pipeline #10406 passed
......@@ -13,7 +13,7 @@
copy: src=dns.conf dest={{ chroot_path }}/etc/systemd/network/10-static-ethernet.network.d/dns.conf owner=root group=root mode=0644
notify:
- restart networkd
when: static_dns|default(false)
when: static_dns|default(true)
when: not dhcp|default(false)
- name: configure network (dhcp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment