mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
c30ee42fe1
The short-circuiting of include_role in TaskExecutor was using the _task object in the result dictionary. This causes the playbook class to be serialized, which is something we no longer do due to speed/size problems with nested objects. Simply removing this should fix a lot of memory and speed problems with include_role. |
||
---|---|---|
.. | ||
ansible |