Fix the netplan template
This commit is contained in:
parent
230a887ffd
commit
229ce75a39
|
|
@ -5,3 +5,5 @@ network:
|
||||||
{{ int.name }}:
|
{{ int.name }}:
|
||||||
dhcp4: {{ int.dhcp4 }}
|
dhcp4: {{ int.dhcp4 }}
|
||||||
mtu: {{ int.mtu }}
|
mtu: {{ int.mtu }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue