1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/openssl_certificate/tasks/main.yml

9 lines
139 B
YAML
Raw Normal View History

---
- block:
2018-06-21 09:11:00 +02:00
- import_tasks: selfsigned.yml
2018-06-21 09:11:00 +02:00
- import_tasks: ownca.yml
when: pyopenssl_version.stdout is version('0.15', '>=')