mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
ssh_config tests: remove paramiko version restriction (#10732)
Remove paramiko version restriction for ssh_config tests.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- name: Install required libs
|
||||
pip:
|
||||
name:
|
||||
- 'paramiko<3.0.0'
|
||||
- paramiko
|
||||
state: present
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user