mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
29de0619e8
- Wait for API to be ready. - Enumerate test cases on controller.
9 lines
257 B
YAML
9 lines
257 B
YAML
---
|
|
|
|
- block:
|
|
- name: run test case
|
|
include: "{{ test_case_to_run }}"
|
|
with_fileglob: "{{ role_path }}/tests/{{ testcase }}.yaml"
|
|
loop_control:
|
|
loop_var: test_case_to_run
|
|
when: "ansible_python_version is version('2.7', '>=')"
|