mirror of https://github.com/ansible/ansible.git
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
(cherry picked from commit ac20466375
)
pull/69860/head
parent
94df27233f
commit
2cba0dc75c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Do not keep empty blocks in PlayIterator after skipping tasks with tags.
|
Loading…
Reference in New Issue