mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
iosxr_logging implementation module (#26886)
* iosxr_logging implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_logging integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -8,3 +8,6 @@
|
||||
|
||||
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
||||
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|
||||
|
||||
- include: "{{ role_path }}/tests/iosxr/basic.yaml"
|
||||
when: hostvars[inventory_hostname]['ansible_network_os'] == 'iosxr'
|
||||
|
||||
Reference in New Issue
Block a user