mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
* 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
5 lines
123 B
YAML
5 lines
123 B
YAML
---
|
|
|
|
- include: "{{ role_path }}/tests/eos/basic.yaml"
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
|