community.general/lib/ansible/executor
Brian Coca b793f08a92
fixes for stripping (#52930)
function changed to do in place replacement, should be less expensive even with copy as it avoids 'sub copies', can compose with module_args_copy to create replacement for old behavior

  attempt to fix #52910

* handle lists and subdicts correctly
* added  missing exception case, which was not noticed since 'cleaning' was not working
* added comments to clarify exceptions
2019-03-12 18:18:38 -04:00
..
discovery Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
powershell
process
__init__.py
action_write_locks.py
interpreter_discovery.py Use unicode string for auto interpreter warnings (#53671) 2019-03-12 14:16:49 +10:00
module_common.py Add support for ansible-test --coverage-check. (#53573) 2019-03-11 15:13:09 -07:00
play_iterator.py Configurable and parallel gather facts (#49399) 2019-03-08 13:08:37 -05:00
playbook_executor.py Ensure play order is obeyed (#49897) 2019-02-27 18:20:16 -05:00
stats.py
task_executor.py
task_queue_manager.py
task_result.py fixes for stripping (#52930) 2019-03-12 18:18:38 -04:00