certificate_complete_chain tests need cryptography installed on the target, so use setup_openssl. (#272)
parent
67b8274faf
commit
330b30d5d2
|
@ -1,2 +1,3 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- setup_openssl
|
||||||
- setup_remote_tmp_dir
|
- setup_remote_tmp_dir
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
# and should not be used as examples of how to write Ansible roles #
|
# 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:
|
- block:
|
||||||
- name: Make sure testhost directory exists
|
- name: Make sure testhost directory exists
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in New Issue