1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

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

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:09:25 +02:00 committed by GitHub
parent 8dc5eeb11b
commit 72fc0fd22a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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