mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
* Remove paramiko connection plugin deprecation warning (#86002) Remove deprecated paramiko connection plugin Remove integration tests for paramiko connection plugin Fix connection fallback after paramiko removal Revert connection fallback changes * Remove internal use of the paramiko connection Setting connection to 'smart' now always uses 'ssh', 'persistent' now always uses 'ansible.netcommon.persistent' Remove unused test helper Deprecate PluginLoader aliases ci_complete * Remove deprecated portion of lib/ansible/module_utils/compat/paramiko.py add changelog * Fully remove ansible.module_utils.compat.paramiko --------- Co-authored-by: Simon <siimonchernyk@gmail.com>