1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

[PR #10732/5ee02297 backport][stable-11] ssh_config tests: remove paramiko version restriction (#10735)

ssh_config tests: remove paramiko version restriction (#10732)

Remove paramiko version restriction for ssh_config tests.

(cherry picked from commit 5ee02297b0)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-08-25 07:25:56 +02:00 committed by GitHub
parent 49598ac93a
commit a618aa6b0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
- name: Install required libs
pip:
name:
- 'paramiko<3.0.0'
- paramiko
state: present
extra_args: "-c {{ remote_constraints }}"