correct netplan template
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2023-04-29 15:55:04 +02:00
parent e52f901c38
commit 51ad299afd

View File

@ -29,7 +29,7 @@ network:
gateway4: {{interface.gateway4}} gateway4: {{interface.gateway4}}
{% endif %} {% endif %}
{% if interface.gateway6 is defined and interface.gateway6|length > 0 %} {% if interface.gateway6 is defined and interface.gateway6|length > 0 %}
gateway6: {{interface.gateway6}} gateway6: '{{interface.gateway6}}'
{% endif %} {% endif %}
{% if interface.denydns %} {% if interface.denydns %}
nameservers: nameservers: