Forgot to include validations.
This commit is contained in:
parent
d3fb958a06
commit
e0e6fe5cf7
3 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue