Skip to content

Commit 5ee0229

Browse files
authored
ssh_config tests: remove paramiko version restriction (#10732)
Remove paramiko version restriction for ssh_config tests.
1 parent 82b37bd commit 5ee0229

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/targets/ssh_config/tasks

1 file changed

+1
-1
lines changed

tests/integration/targets/ssh_config/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- name: Install required libs
77
pip:
88
name:
9-
- 'paramiko<3.0.0'
9+
- paramiko
1010
state: present
1111
extra_args: "-c {{ remote_constraints }}"
1212

0 commit comments

Comments
 (0)