Always cleanup vlan interfaces (#65756)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
parent
0079b8eaa2
commit
7af98f9724
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue