forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly load module_prefix for collections in task_executor.py (ansi…
…ble#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 <[email protected]> * Add unit tests for task_executor This commit adds missing unit tests for action handler in test_task_executor. Signed-off-by: Daniel Mellado <[email protected]>
- Loading branch information
1 parent
6a8dcb8
commit f23bb6f
Showing
2 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters