certificate_complete_chain tests need cryptography installed on the target, so use setup_openssl. (#272)

pull/275/head
Felix Fontein 2021-09-11 11:29:03 +02:00 committed by GitHub
parent 67b8274faf
commit 330b30d5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +1,3 @@
dependencies: dependencies:
- setup_openssl
- setup_remote_tmp_dir - setup_remote_tmp_dir

View File

@ -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: