Forgot to include validations.

pull/41295/merge
Felix Fontein 6 years ago committed by Matt Clay
parent d3fb958a06
commit e0e6fe5cf7

@ -146,5 +146,7 @@
ignore_errors: yes
register: account_not_created_2
- import_tasks: ../tests/validate.yml
# Old 0.9.8 versions have insufficient CLI support for signing with EC keys
when: openssl_version.stdout is version('1.0.0', '>=')

@ -213,5 +213,7 @@
command: openssl x509 -in "{{ output_dir }}/cert-5.pem" -noout -text
register: cert_5_text
- import_tasks: ../tests/validate.yml
# Old 0.9.8 versions have insufficient CLI support for signing with EC keys
when: openssl_version.stdout is version('1.0.0', '>=')

@ -86,5 +86,7 @@
ignore_errors: yes
register: cert_3_revoke
- import_tasks: ../tests/validate.yml
# Old 0.9.8 versions have insufficient CLI support for signing with EC keys
when: openssl_version.stdout is version('1.0.0', '>=')

Loading…
Cancel
Save