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

ssh_config tests: remove paramiko version restriction (#10732)

Remove paramiko version restriction for ssh_config tests.
This commit is contained in:
Felix Fontein 2025-08-25 06:56:44 +02:00 committed by GitHub
parent 82b37bdb56
commit 5ee02297b0
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 }}"