Files
community.crypto/tests/integration/targets/x509_certificate/tasks/impl.yml
Felix Fontein 5f1efb6f7e Remove assertonly (#289)
* Remove assertonly backend.

* Remove assertonly tests.

* The expired test is basically a test of assertonly.

* Replace assertonly verification by _info + assert.
2021-10-10 10:24:00 +02:00

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