11e72d495d
* Add net_logging platform agnostic module and junos implemenatation * net_logging platform agnostic module * junos implemenatation of logging module * net_logging integration test * junos_logging integration test
3 lines
126 B
YAML
3 lines
126 B
YAML
---
|
|
- include: "{{ role_path }}/tests/junos/basic.yaml"
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'junos'
|