ansible/lib/ansible/executor
Matt Martz 26da443fd2 Address compat issue for collection loading on py26 (#68219)
* Address compat issue for collection loading on py26

* Move import_module shim to utils for compat across the codebase

* Enable collection tests on py2.6

* Update changelog fragment

* Simplify code using sys.moduls

* Move compat to module_utils/compat/importlib

* Add back errantly deleted newline

* Remove hack comment

Co-Authored-By: Matt Clay <matt@mystile.com>

Co-authored-by: Matt Clay <matt@mystile.com>
2020-03-23 11:14:21 -05:00
..
discovery Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
powershell Address compat issue for collection loading on py26 (#68219) 2020-03-23 11:14:21 -05:00
process Explicitly use multiprocessing fork start method (#63581) 2019-10-16 15:30:50 -05:00
__init__.py
action_write_locks.py Clarify the comments for action_write_locks 2018-04-26 09:42:18 -07:00
interpreter_discovery.py Use unicode string for auto interpreter warnings (#53671) 2019-03-12 14:16:49 +10:00
module_common.py Address compat issue for collection loading on py26 (#68219) 2020-03-23 11:14:21 -05:00
play_iterator.py Remove "legacy" code from PlayIterator (#53754) 2019-03-25 16:32:27 +01:00
playbook_executor.py Not native, but text (#55676) 2019-05-24 14:49:04 -04:00
stats.py Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
task_executor.py Try to load action plugin from the same collection as the module (#66701) 2020-01-31 12:49:37 -05:00
task_queue_manager.py Fix callback set_options issue with collections (#66128) 2020-01-06 11:32:36 -05:00
task_result.py Always keep subset data for callbacks (#56881) 2019-05-23 17:15:04 -04:00