Files
community.general/lib/ansible/playbook
James Cammarata 78478e80ea Avoid default serialization of classes in dump_attrs
For playbook base objects, when dumping attributes via dump_attrs() an
attribute like loop_control is a class. Using the default serialization
for these is slow and consumes a lot of memory. Since LoopControl is also
based on the Base class, we can use serialize() instead and save a lot of
resources.

This also adds a from_attrs() complimentary method to nicely turn the
dumped attrs back into proper field attributes.

Fixes #23579
2017-05-11 16:28:07 -05:00
..
2017-03-22 20:50:28 -05:00
2017-04-25 10:54:23 -04:00
2017-04-21 16:07:38 -04:00
2016-06-20 09:30:20 -05:00
2017-04-27 12:48:31 -04:00
2016-08-11 14:07:49 -05:00
2017-04-27 12:48:31 -04:00