network: Fix typo
This commit is contained in:
parent
567d14c781
commit
02c5bcd891
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue