72e65e4290
* WIP VRF platform agnostic module * Fixed examples refering vlans instead of vrfs * Add integration tests
7 lines
216 B
YAML
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"
|