mirror of https://github.com/ansible/ansible.git
Currently we match the load name, which can be an fqcn, but most users expect the 'naked' name
Now plugins can declare that name by setting _extras_prefix property or fallback to 'non fqcn' if no extras prefix
(cherry picked from commit 718ce13673)
pull/83883/head
parent
898d210b62
commit
40d7c06fc2
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- connection plugins using the 'extras' option feature would need variables to match the plugin's loaded name,
|
||||
sometimes requiring fqcn, which is not the same as the documented/declared/expected variables.
|
||||
Now we fall back to the 'basename' of the fqcn, but plugin authors can still set the expected value directly.
|
||||
Loading…
Reference in New Issue