Skip to content

Commit 7b4b68b

Browse files
authored
Update config_sonic_basedon_testbed.yml
remove redundant condition checking
1 parent 6002d1f commit 7b4b68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/config_sonic_basedon_testbed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
vlan_config: "{{ vlan_config | default(None) }}"
9090
delegate_to: localhost
9191
when:
92-
- ("'host_interfaces' in vm_topo_config") and ("'tor' in vm_topo_config['dut_type'] | lower") and ("'t0' in testbed_facts['topo']")
92+
- ("'host_interfaces' in vm_topo_config") and ("'tor' in vm_topo_config['dut_type'] | lower")
9393
- testbed_facts['topo'] in ["t0", "t0-16", "t0-52", "t0-56", "t0-64", "t0-64-32", "t0-116"]
9494

9595
- name: find all interface indexes mapping connecting to VM

0 commit comments

Comments
 (0)