mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
eos_logging implementation module (#27093)
* eos_logging implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * eos_logging integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify aggregate args logic * changed collection to aggregate * add blankline * handle size value outside method
This commit is contained in:
parent
12766571e9
commit
703eea3da2
10 changed files with 715 additions and 1 deletions
|
@ -103,6 +103,16 @@
|
|||
failed_modules: "{{ failed_modules }} + [ 'eos_vrf' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: eos_logging
|
||||
when: "limit_to in ['*', 'eos_logging']"
|
||||
rescue:
|
||||
- set_fact:
|
||||
failed_modules: "{{ failed_modules }} + [ 'eos_logging' ]"
|
||||
test_failed: true
|
||||
|
||||
|
||||
|
||||
###########
|
||||
- debug: var=failed_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue