mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
Skip N35 and N3L platforms for nxos_evpn_global test (#40333)
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
- assert: *false
|
||||
|
||||
when: not ( platform is search('N3K'))
|
||||
when: not ( platform is search('N3K|N35|N3L'))
|
||||
|
||||
rescue:
|
||||
- debug: msg="connection={{ ansible_connection }} nxos_evpn_global sanity test - FALURE ENCOUNTERED"
|
||||
|
||||
Reference in New Issue
Block a user