We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b37bd commit 5ee0229Copy full SHA for 5ee0229
tests/integration/targets/ssh_config/tasks/main.yml
@@ -6,7 +6,7 @@
6
- name: Install required libs
7
pip:
8
name:
9
- - 'paramiko<3.0.0'
+ - paramiko
10
state: present
11
extra_args: "-c {{ remote_constraints }}"
12
0 commit comments