diff --git a/ansible/templates/minigraph_png.j2 b/ansible/templates/minigraph_png.j2 index b263cb2e3e2..51a35cadb19 100644 --- a/ansible/templates/minigraph_png.j2 +++ b/ansible/templates/minigraph_png.j2 @@ -77,7 +77,6 @@ {% endfor %} {% endif %} {% for asic_intf in front_panel_asic_ifnames %} -{% if inventory_hostname not in device_conn or port_alias[loop.index - 1] in device_conn[inventory_hostname] %} DeviceInterfaceLink {% if port_alias[loop.index - 1] in port_speed %} @@ -93,7 +92,6 @@ {{ port_alias[loop.index - 1] }} true -{% endif %} {% endfor %} {% endif %}