fix namespace
This commit is contained in:
		| @@ -11,7 +11,7 @@ network: | |||||||
|       {% if netplan.default_gateway is defined and netplan.default_gateway|length > 0 %} |       {% if netplan.default_gateway is defined and netplan.default_gateway|length > 0 %} | ||||||
|       gateway4: {{netplan.default_gateway}} |       gateway4: {{netplan.default_gateway}} | ||||||
|       {% endif %} |       {% endif %} | ||||||
|     {% for interface in additionalinterfaces %} |     {% for interface in netplan.additionalinterfaces %} | ||||||
|     {{ interface.name }}: |     {{ interface.name }}: | ||||||
|       dhcp4: {{ interface.dhcp4 }} |       dhcp4: {{ interface.dhcp4 }} | ||||||
|       dhcp6: {{ interface.dhcp6 }} |       dhcp6: {{ interface.dhcp6 }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user