mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Skip N35 and N3L platforms for nxos_evpn_global test (#40333)
This commit is contained in:
parent
1190591e3c
commit
ad69ef88e7
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
- assert: *false
|
- assert: *false
|
||||||
|
|
||||||
when: not ( platform is search('N3K'))
|
when: not ( platform is search('N3K|N35|N3L'))
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- debug: msg="connection={{ ansible_connection }} nxos_evpn_global sanity test - FALURE ENCOUNTERED"
|
- debug: msg="connection={{ ansible_connection }} nxos_evpn_global sanity test - FALURE ENCOUNTERED"
|
||||||
|
|
Loading…
Reference in a new issue