1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

use netplan for static wan interface on U-18

This commit is contained in:
Jerry Vonau 2018-12-16 06:39:19 -06:00
parent ab8017647a
commit 82e1a6fe63

View file

@ -40,7 +40,7 @@
template: template:
dest: /etc/systemd/network/IIAB-Static.network dest: /etc/systemd/network/IIAB-Static.network
src: network/systemd-static-net.j2 src: network/systemd-static-net.j2
when: wan_ip != "dhcp" when: wan_ip != "dhcp" and not is_ubuntu_18
- name: Reload systemd - name: Reload systemd
systemd: systemd: