10 lines
385 B
YAML
10 lines
385 B
YAML
---
|
|
####################################################################
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
####################################################################
|
|
|
|
- name: Run tests
|
|
include_tasks: impl.yml
|
|
when: pyopenssl_version.stdout is version('17.1.0', '>=')
|