mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 23:24:21 -07:00
* Limit cryptography to < 3.4 for Python < 3.6.
* Work around old pip versions.
* Use constraints file when installing stormssh.
* Work around old pip in RHEL8.2, CentOS 8, Ubuntu 18.04, and OpenSuSE 15
(cherry picked from commit 909ac92fe2
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4def9439bd
commit
c506375f2a
3 changed files with 5 additions and 0 deletions
2
tests/integration/targets/ssh_config/meta/main.yml
Normal file
2
tests/integration/targets/ssh_config/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- setup_remote_constraints
|
|
@ -6,6 +6,7 @@
|
|||
pip:
|
||||
name: stormssh
|
||||
state: present
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
- set_fact:
|
||||
output_dir_test: '{{ output_dir }}/test_ssh_config'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue