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

* opentelemetry: fix include_tasks missing _task_fields

* opentelemetry: add uts for the include_tasks

* opentelemetry: add changelog fragment

* pep8: fix spaces
This commit is contained in:
Victor Martinez
2022-05-05 07:21:16 +01:00
committed by GitHub
parent b711038b3b
commit 841b46ff6a
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).