Forgot to include validations.

This commit is contained in:
Felix Fontein 2018-08-01 09:57:06 +02:00 committed by Matt Clay
parent d3fb958a06
commit e0e6fe5cf7
3 changed files with 6 additions and 0 deletions

View file

@ -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', '>=')

View file

@ -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', '>=')

View file

@ -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', '>=')