mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
* 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'
|