mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
ios_vlan DI module (#32490)
* ios_vlan DI module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * comment out testcases since the image is not available in dci Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add aggregate test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -103,6 +103,15 @@
|
||||
failed_modules: "{{ failed_modules }} + [ 'ios_ping' ]"
|
||||
test_failed: true
|
||||
|
||||
# - block:
|
||||
# - include_role:
|
||||
# name: ios_vlan
|
||||
# when: "limit_to in ['*', 'ios_vlan']"
|
||||
# rescue:
|
||||
# - set_fact:
|
||||
# failed_modules: "{{ failed_modules }} + [ 'ios_vlan' ]"
|
||||
# test_failed: true
|
||||
|
||||
###########
|
||||
- debug: var=failed_modules
|
||||
when: test_failed
|
||||
|
||||
Reference in New Issue
Block a user