1
0
Fork 0
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:
Mike Wiebe 2018-05-19 00:02:59 -04:00 committed by Trishna Guha
parent 1190591e3c
commit ad69ef88e7

View file

@ -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"