We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c10fc2 commit e122870Copy full SHA for e122870
templates/ifcfg_bridge_template.j2
@@ -2,7 +2,7 @@ DEVICE={{ item.bridge_device }}
2
NAME={{ item.bridge_device }}
3
TYPE={{ item.ifcfg_type }}
4
ONBOOT=yes
5
-{% if item.ifcfg_bootproto == "dhcp" %}}
+{% if item.ifcfg_bootproto == "dhcp" %}
6
BOOTPROTO={{ item.ifcfg_bootproto }}
7
{% elif item.ifcfg_bootproto == "none" %}
8
BOOTPROTO=static
0 commit comments