mirror of https://github.com/ansible/ansible.git
Deprecating paramiko options in base config (#81593)
* Deprecating paramiko options in base config they exist in the plugin itself since 2.14 * clogpull/81763/head
parent
1e7f7875c6
commit
9edf64eaeb
@ -0,0 +1,3 @@
|
||||
deprecated_features:
|
||||
- paramiko connection plugin, configuration items in the global scope are being deprecated and will be removed in favor or the existing same options in the plugin itself.
|
||||
Users should not need to change anything (how to configure them are the same) but plugin authors using the global constants should move to using the plugin's get_option().
|
||||
Loading…
Reference in New Issue