ansible/changelogs/fragments/prevent-rewriting-nested-block-data-in-filter_tagged_tasks.yml
Martin Krizek cb389f6c31
Prevent rewriting nested Block's data in filter_tagged_tasks (#68337)
This patch fixes the issue where nested Block copies were created from
incorrect Block object. This resulted in nested Blocks data like ``name``
or ``_uuid`` to contain values from the Block the filter_tagged_tasks
method was called on.
2020-04-21 09:36:35 +02:00

3 lines
75 B
YAML

bugfixes:
- Prevent rewriting nested Block's data in filter_tagged_tasks