mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
eos_linkagg DI module (#33007)
* eos_linkagg DI module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * pep8 fixes * Push fix for Qalthos's comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -112,6 +112,14 @@
|
||||
failed_modules: "{{ failed_modules }} + [ 'eos_static_route' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: eos_linkagg
|
||||
when: "limit_to in ['*', 'eos_linkagg']"
|
||||
rescue:
|
||||
- set_fact:
|
||||
failed_modules: "{{ failed_modules }} + [ 'eos_linkagg' ]"
|
||||
test_failed: true
|
||||
|
||||
|
||||
###########
|
||||
|
||||
Reference in New Issue
Block a user