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

netplan file change only for ubuntu-18

This commit is contained in:
Jerry Vonau 2018-05-13 11:43:42 -05:00
parent 72145ce13e
commit 90ffdb9f69

View file

@ -47,7 +47,7 @@
dest: /etc/netplan/50-cloud-init.yaml
src: network/cloud-init.j2
backup: no
when: wan_ip != "dhcp" or gui_static_wan_ip == "undefined"
when: (wan_ip != "dhcp" or gui_static_wan_ip == "undefined") and is_ubuntu_18
- name: Reload systemd
systemd: