[opentelemetry][callback] fix warning when using the include_tasks (#4623) (#4627)

* opentelemetry: fix include_tasks missing _task_fields

* opentelemetry: add uts for the include_tasks

* opentelemetry: add changelog fragment

* pep8: fix spaces

(cherry picked from commit 841b46ff6a)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
This commit is contained in:
patchback[bot]
2022-05-05 08:43:26 +02:00
committed by GitHub
parent 31e622a0a3
commit bfb26d5562
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- opentelemetry callback plugin - fix warning for the include_tasks (https://github.com/ansible-collections/community.general/pull/4623).