mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
* Remove assertonly backend. * Remove assertonly tests. * The expired test is basically a test of assertonly. * Replace assertonly verification by _info + assert.
7 lines
166 B
YAML
7 lines
166 B
YAML
---
|
|
- debug:
|
|
msg: "Executing tests with backend {{ select_crypto_backend }}"
|
|
- import_tasks: selfsigned.yml
|
|
- import_tasks: ownca.yml
|
|
- import_tasks: removal.yml
|