mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user