wsl connection: import paramiko directly (#10531)

Import paramiko directly.
This commit is contained in:
Felix Fontein 2025-08-01 10:54:26 +02:00 committed by GitHub
commit d0b0aff5bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 6 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- "wsl connection plugin - avoid deprecated ansible-core paramiko import helper, import paramiko directly instead
(https://github.com/ansible-collections/community.general/issues/10515, https://github.com/ansible-collections/community.general/pull/10531)."