mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 19:04:39 +00:00
Add helm_cli & helm_cli_info
This commit is contained in:
8
molecule/default/roles/helm/tasks/main.yml
Normal file
8
molecule/default/roles/helm/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Run tests
|
||||
include_tasks: run_test.yml
|
||||
loop_control:
|
||||
loop_var: helm_version
|
||||
with_items:
|
||||
- "v2.16.0"
|
||||
- "v3.1.2"
|
||||
Reference in New Issue
Block a user