mirror of https://github.com/ansible/ansible.git
Don't use the Task object in the dictionary of results for include_role
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.pull/34265/merge
parent
30cae1c356
commit
c30ee42fe1
Loading…
Reference in New Issue