ansible/test/integration/targets/ios_l2_interface/tasks/main.yaml
Nathaniel Case bf1580a333
ios_l2_interface (#35054)
* Fix sending 'None' to device on ios

* Add ios_l2_interface module & tests

* Skip l2 tests on non-l2 images

* Allow test to continue on non-L2 hosts
2018-01-19 17:14:32 -05:00

4 lines
86 B
YAML

---
- block:
- { include: cli.yaml, tags: ['cli'] }
when: 'switch_type == "L2"'