Forgot to include validations.

pull/43527/head
Felix Fontein 6 years ago committed by Matt Clay
parent ca1916a43f
commit 9ad21fbfb5

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

Loading…
Cancel
Save