mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +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"
|