mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add junos_vlan platform agnostic module (#25652)
* Add junos_vlan platform agnostic module * junos_vlan implementation * integration test for junos_vlan * Minor fixes * Fix Integration test failure
This commit is contained in:
@@ -14,3 +14,4 @@
|
||||
- { role: junos_netconf, when: "limit_to in ['*', 'junos_netconf']" }
|
||||
- { role: junos_rpc, when: "limit_to in ['*', 'junos_rpc']" }
|
||||
- { role: junos_template, when: "limit_to in ['*', 'junos_template']" }
|
||||
- { role: junos_vlan, when: "limit_to in ['*', 'junos_vlan']" }
|
||||
|
||||
Reference in New Issue
Block a user