Always cleanup vlan interfaces (#65756)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
Nilashish Chakraborty 2019-12-12 23:32:52 +05:30 committed by Paul Belanger
parent 0079b8eaa2
commit 7af98f9724

View file

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