mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add vyos_vlan DI module (#32072)
* Add vyos_vlan DI module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add integration tests Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Improve logic and add more test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update boilerplate Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
80c8b99a62
commit
a5f6c726f0
7 changed files with 453 additions and 0 deletions
3
test/integration/targets/vyos_vlan/defaults/main.yaml
Normal file
3
test/integration/targets/vyos_vlan/defaults/main.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
testcase: "*"
|
||||
test_items: []
|
Loading…
Add table
Add a link
Reference in a new issue