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/test/units/executor
Matt Davis d6efb7db8a
Short-circuit legacy network module prefix->action mapping (#85406)
* Short-circuit legacy network module prefix->action mapping

* Modified a non-short-circuit compound conditional in a legacy networking path that attempted to resolve an action for any module name containing `_`. The bug was always present, but the typical presentation (an ImportError) was ignored prior to 2.19.
* The legacy networking path should be deprecated and removed in 2.20- a module could still be run under the wrong action if one with a matching prefix is found.

* unit test fix
6 months ago
..
module_common AnsiballZ refactoring and remote debug support (#85289) 7 months ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_play_iterator.py Reduce number of implicit meta tasks (#84007) 1 year ago
test_playbook_executor.py Templating overhaul, implement Data Tagging (#84621) 9 months ago
test_task_executor.py Short-circuit legacy network module prefix->action mapping (#85406) 6 months ago
test_task_result.py Implement TaskResult backward compatibility for callbacks (#85039) 8 months ago