ba60ac04fc
* Implementation of junos_static_route module * junos implementation of net_static_route * integration test for junos_static_route * integration test for junos net_static_route * Minor change * Doc change * Fix CI issue
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'
|