Always cleanup vlan interfaces (#65756)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
(cherry picked from commit 7af98f9724)
pull/66383/head
Nilashish Chakraborty 5 years ago committed by Matt Clay
parent 4de0d4648d
commit 1a7500b72a

@ -109,7 +109,7 @@
- assert: *false - assert: *false
rescue: always:
- name: "Set interface back to default" - name: "Set interface back to default"
nxos_config: *intcleanup nxos_config: *intcleanup
ignore_errors: yes ignore_errors: yes
@ -124,5 +124,4 @@
state: disabled state: disabled
ignore_errors: yes ignore_errors: yes
always:
- debug: msg="END connection={{ ansible_connection }} nxos_interface sanity test" - debug: msg="END connection={{ ansible_connection }} nxos_interface sanity test"

Loading…
Cancel
Save