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 %}
|
||||
GATEWAY="{{ item.gateway }}"
|
||||
{% endif %}
|
||||
{% elif proto == 'none' %}
|
||||
{% elif item.proto == 'none' %}
|
||||
BOOTPROTO=none
|
||||
{% endif %}
|
||||
{% if item.nameservers is defined %}
|
||||
|
|
Loading…
Add table
Reference in a new issue