ansible/changelogs/fragments/purge-empty-block.yml
Martin Krizek ac20466375
Do not keep empty blocks after tag filtering (#69987)
This prevents PlayIterator having to go through empty blocks
that were created in filter_tagged_tasks. This should
be a performance improvement for playbooks that mostly skip
tasks with tags.

ci_complete
2020-06-10 12:12:11 -05:00

2 lines
87 B
YAML

bugfixes:
- Do not keep empty blocks in PlayIterator after skipping tasks with tags.