mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
8 lines
124 B
YAML
8 lines
124 B
YAML
---
|
|
- name: Run tests
|
|
include_tasks: run_test.yml
|
|
loop_control:
|
|
loop_var: helm_version
|
|
with_items:
|
|
- "v3.2.4"
|