mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
a362879ff6
* [opentelemetry][callback] simplify condition * [opentelemetry][callback] initial support for loops * [opentelemetry][callback] support for loops * [opentelemetry][callback] enrich loop message with action and item * [opentelemetry][callback] add UTs for get_error_message_from_results * [opentelemetry][callback] add UTs for enrich_error_message_from_results * [opentelemetry][callback] add changelog fragment * Update plugins/callback/opentelemetry.py Co-authored-by: Ajpantuso <ajpantuso@gmail.com> Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2 lines
311 B
YAML
2 lines
311 B
YAML
minor_changes:
|
|
- opentelemetry callback plugin - enriched the stacktrace information for loops with the ``message``, ``exception`` and ``stderr`` fields from the failed item in the tasks in addition to the name of the task and failed item (https://github.com/ansible-collections/community.general/pull/3599).
|