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:
parent
82b37bdb56
commit
5ee02297b0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
- name: Install required libs
|
||||
pip:
|
||||
name:
|
||||
- 'paramiko<3.0.0'
|
||||
- paramiko
|
||||
state: present
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue