mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
* Rename openssl_certificate* to x509_certificate*. * Update README. * Add redirects. * Also print warnings when using Ansible 2.9. * Adjust ignore-2.9.txt. * Update documentation.
9 lines
225 B
YAML
9 lines
225 B
YAML
---
|
|
- debug:
|
|
msg: "Executing tests with backend {{ select_crypto_backend }}"
|
|
- import_tasks: assertonly.yml
|
|
- import_tasks: expired.yml
|
|
- import_tasks: selfsigned.yml
|
|
- import_tasks: ownca.yml
|
|
- import_tasks: removal.yml
|