diff --git a/ansible/roles/vm_set/tasks/remove_topo.yml b/ansible/roles/vm_set/tasks/remove_topo.yml index 5af77566e7..37010034dc 100644 --- a/ansible/roles/vm_set/tasks/remove_topo.yml +++ b/ansible/roles/vm_set/tasks/remove_topo.yml @@ -51,14 +51,10 @@ vm_base: "{{ VM_base }}" vm_type: "{{ vm_type }}" duts_fp_ports: "{{ duts_fp_ports }}" - duts_midplane_ports: "{{ duts_midplane_ports }}" - duts_inband_ports: "{{ duts_inband_ports }}" duts_mgmt_port: "{{ duts_mgmt_port }}" duts_name: "{{ duts_name.split(',') }}" max_fp_num: "{{ max_fp_num }}" dut_interfaces: "{{ dut_interfaces | default('') }}" - is_vs_chassis: "{{ is_vs_chassis | default(false) }}" - batch_mode: "{{ batch_mode if batch_mode is defined else omit }}" become: yes when: not enable_async @@ -75,13 +71,10 @@ vm_base: "{{ VM_base }}" vm_type: "{{ vm_type }}" duts_fp_ports: "{{ duts_fp_ports }}" - duts_midplane_ports: "{{ duts_midplane_ports }}" - duts_inband_ports: "{{ duts_inband_ports }}" duts_mgmt_port: "{{ duts_mgmt_port }}" duts_name: "{{ duts_name.split(',') }}" max_fp_num: "{{ max_fp_num }}" dut_interfaces: "{{ dut_interfaces | default('') }}" - is_vs_chassis: "{{ is_vs_chassis | default(false) }}" become: yes async: 3600 poll: 0