mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Fix CI (1/2) (#284)
* New default docker image no longer contains bcrypt. * Install cryptography for ACME tests. * Add constraints.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
dependencies:
|
||||
# - setup_openssl
|
||||
- setup_remote_constraints
|
||||
- setup_remote_tmp_dir
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
set_fact:
|
||||
openssl_binary: openssl
|
||||
|
||||
- name: Make sure cryptography is installed
|
||||
pip:
|
||||
name: cryptography
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
- name: Register openssl version
|
||||
shell: "{{ openssl_binary }} version | cut -d' ' -f2"
|
||||
register: openssl_version
|
||||
|
||||
Reference in New Issue
Block a user