You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/executor
Paul Belanger f23bb6f7bd Properly load module_prefix for collections in task_executor.py (#60420)
* Properly load module_prefix for collections

Now that we are using collections for tasks, we need to properly split
the name and load the prefix properly.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>

* Add unit tests for task_executor

This commit adds missing unit tests for action handler in test_task_executor.

Signed-off-by: Daniel Mellado <dmellado@redhat.com>
5 years ago
..
discovery Python interpreter discovery (#50163) 6 years ago
powershell Change collection PS util import pattern (#61307) 5 years ago
process Avoid WorkerProcess._new_stdin FD sharing (#51623) (#51624) 6 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 8 years ago
action_write_locks.py Clarify the comments for action_write_locks 7 years ago
interpreter_discovery.py Use unicode string for auto interpreter warnings (#53671) 6 years ago
module_common.py Support relative imports in AnsiballZ. (#61196) 5 years ago
play_iterator.py Remove "legacy" code from PlayIterator (#53754) 6 years ago
playbook_executor.py Not native, but text (#55676) 6 years ago
stats.py Add stats on rescued/ignored tasks (#48418) 6 years ago
task_executor.py Properly load module_prefix for collections in task_executor.py (#60420) 5 years ago
task_queue_manager.py Ensure has_dead_workers functions (#60653) 5 years ago
task_result.py Always keep subset data for callbacks (#56881) 6 years ago