mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 21:42:38 +00:00
9 lines
140 B
YAML
9 lines
140 B
YAML
---
|
|
- name: Run tests
|
|
include_tasks: run_test.yml
|
|
loop_control:
|
|
loop_var: helm_version
|
|
with_items:
|
|
- "v2.16.0"
|
|
- "v3.1.2"
|