mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Platform agnostic module for VRFs (#25383)
* WIP VRF platform agnostic module * Fixed examples refering vlans instead of vrfs * Add integration tests
This commit is contained in:
committed by
GitHub
parent
d83f254bb6
commit
72e65e4290
7
test/integration/targets/net_vrf/tests/cli/basic.yaml
Normal file
7
test/integration/targets/net_vrf/tests/cli/basic.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- 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"
|
||||
Reference in New Issue
Block a user