mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
0a0e132d80
fix(opentelemetry): avoid storing inmemory if logs are disabled (#8373)
* fix(opentelemetry): avoid storing inmemory if logs are disabled
* changelog
* fix syntax
* refactor
* chore
* chore
* chore
* fix
(cherry picked from commit d87b9fe0dc
)
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
3 lines
221 B
YAML
3 lines
221 B
YAML
bugfixes:
|
|
- opentelemetry callback plugin - honour the ``disable_logs`` option to avoid storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373).
|
|
|