mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
iosxr implemetation for net_interface (#27513)
* iosxr implemetation for net_interface * iosxr_interface implementation * Add integration test * iosxr_interface integration test * net_interface intergration test for iosxr * update boilerplate
This commit is contained in:
@@ -7,4 +7,7 @@
|
||||
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
||||
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|
||||
|
||||
- include: "{{ role_path }}/tests/iosxr/basic.yaml"
|
||||
when: hostvars[inventory_hostname]['ansible_network_os'] == 'iosxr'
|
||||
|
||||
- debug: msg="END cli/contains.yaml"
|
||||
|
||||
Reference in New Issue
Block a user