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:
parent
72145ce13e
commit
90ffdb9f69
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue