network: Fix typo

This commit is contained in:
Timo Makinen 2022-08-01 05:41:06 +00:00
parent 567d14c781
commit 02c5bcd891

View file

@ -21,7 +21,7 @@ NETMASK="{{ item.netmask }}"
{% if item.gateway is defined %} {% if item.gateway is defined %}
GATEWAY="{{ item.gateway }}" GATEWAY="{{ item.gateway }}"
{% endif %} {% endif %}
{% elif proto == 'none' %} {% elif item.proto == 'none' %}
BOOTPROTO=none BOOTPROTO=none
{% endif %} {% endif %}
{% if item.nameservers is defined %} {% if item.nameservers is defined %}