mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
certificate_complete_chain tests need cryptography installed on the target, so use setup_openssl. (#272)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
dependencies:
|
||||
- setup_openssl
|
||||
- setup_remote_tmp_dir
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
# and should not be used as examples of how to write Ansible roles #
|
||||
####################################################################
|
||||
|
||||
- name: register cryptography version
|
||||
command: '{{ ansible_python.executable }} -c "import cryptography; print(cryptography.__version__)"'
|
||||
register: cryptography_version
|
||||
- block:
|
||||
- name: Make sure testhost directory exists
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user