mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
stormssh tests: do not install newer cryptography (#5868)
Do not install newer cryptography. ci_complete
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
|
||||
- name: Install required libs
|
||||
pip:
|
||||
name: stormssh
|
||||
name:
|
||||
- stormssh
|
||||
- 'paramiko<3.0.0'
|
||||
state: present
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user