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
Matt Clay 100b20260a
[stable-2.19] Short-circuit legacy network module prefix->action mapping (#85406) (#85413)
* 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
(cherry picked from commit d6efb7db8a)

Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com>
6 months ago
..
integration Limit askpass prompts to single attempt (#85364) 6 months ago
lib/ansible_test Fix deprecated pylint plugin version parsing (#85402) 6 months ago
sanity ansible-doc display docs for modules w/o ext (#85299) 7 months ago
support async handling changed to use 'true' booleans(#85074) 7 months ago
units [stable-2.19] Short-circuit legacy network module prefix->action mapping (#85406) (#85413) 6 months ago