mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +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
|
- 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 }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user