2020-03-09 13:11:34 +00:00
|
|
|
---
|
2020-09-25 06:25:48 +00:00
|
|
|
####################################################################
|
|
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
|
|
####################################################################
|
|
|
|
|
2020-03-09 13:11:34 +00:00
|
|
|
- name: Run tests
|
|
|
|
include_tasks: impl.yml
|
|
|
|
when: pyopenssl_version.stdout is version('17.1.0', '>=')
|