ansible/test/integration/targets/nxos_igmp/tasks/main.yaml

8 lines
210 B
YAML
Raw Normal View History

2017-08-14 17:58:09 +02:00
---
# Use block to ensure that both cli and nxapi tests
# will run even if there are failures or errors.
- block:
- { include: cli.yaml, tags: ['cli'] }
always:
- { include: nxapi.yaml, tags: ['nxapi'] }