From 8167d9db7138fb9e8649417ac902842209aa8f25 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 14 May 2018 10:31:39 -0500 Subject: [PATCH] missing %} --- roles/network/templates/network/systemd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/network/systemd.j2 b/roles/network/templates/network/systemd.j2 index f5552e86d..f81e926c2 100644 --- a/roles/network/templates/network/systemd.j2 +++ b/roles/network/templates/network/systemd.j2 @@ -27,7 +27,7 @@ iface br0 inet static {% if dhcpcd_result == "enabled" or wan_in_interfaces %} # client or user defined {% endif %} -{% if dhcpcd_result != "enabled" and not wan_in_interfaces %} and wan_ip == "dhcp" +{% if dhcpcd_result != "enabled" and not wan_in_interfaces and wan_ip == "dhcp" %} #cover butt auto {{ iiab_wan_iface }} iface {{ iiab_wan_iface }} inet dhcp