ansible/lib/ansible/executor
Ganesh Nalawade 74e9b1e219
Fix network action plugin load in collection (#65849)
* Fix network action plugin load in collection

Fixes https://github.com/ansible/ansible/issues/65071

*  Load network action plugin that matches the module
   prefix name from list of collections.

* Update changelog

* Fix unit test
2019-12-16 19:15:41 +05:30
..
discovery Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
powershell Windows coverage - output temp files with UTF-8 BOM (#65086) 2019-11-20 11:07:07 +10:00
process Explicitly use multiprocessing fork start method (#63581) 2019-10-16 15:30:50 -05:00
__init__.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
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 Set alter_sys=True instead of False to address backwards incompat (#64670) 2019-11-11 16:47:35 -06: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 Fix network action plugin load in collection (#65849) 2019-12-16 19:15:41 +05:30
task_queue_manager.py Explicitly use multiprocessing fork start method (#63581) 2019-10-16 15:30:50 -05:00
task_result.py Always keep subset data for callbacks (#56881) 2019-05-23 17:15:04 -04:00