b69c7f50d0
* Add junos_vlan platform agnostic module * junos_vlan implementation * integration test for junos_vlan * Minor fixes * Fix Integration test failure
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'
|