ansible/test/integration/targets/net_vrf/tests/cli/basic.yaml
Ricardo Carrillo Cruz 72e65e4290 Platform agnostic module for VRFs (#25383)
* WIP VRF platform agnostic module

* Fixed examples refering vlans instead of vrfs

* Add integration tests
2017-06-09 13:33:11 +02:00

7 lines
216 B
YAML

---
- debug: msg="START cli/set_name_servers.yaml"
- include: "{{ role_path }}/tests/eos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
- debug: msg="END cli/set_name_servers.yaml"