mirror of https://github.com/ansible/ansible.git
connection plugins: extras fix (#83353)
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 prefixpull/83825/head
parent
90de03be50
commit
718ce13673
@ -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