mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
name resolution failure on the iiab box post-install when iiab-network ran with usb0 uplink
This commit is contained in:
parent
30677d7829
commit
6d08963634
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@
|
||||||
enabled: yes
|
enabled: yes
|
||||||
masked: no
|
masked: no
|
||||||
|
|
||||||
|
- name: Enable & Restart systemd-resolved.service
|
||||||
|
systemd:
|
||||||
|
name: systemd-resolved
|
||||||
|
state: restarted
|
||||||
|
enabled: yes
|
||||||
|
masked: no
|
||||||
|
|
||||||
- name: Enable & Restart networkd-dispatcher.service
|
- name: Enable & Restart networkd-dispatcher.service
|
||||||
systemd:
|
systemd:
|
||||||
name: networkd-dispatcher
|
name: networkd-dispatcher
|
||||||
|
|
Loading…
Reference in a new issue