Files
kubespray/roles/container-engine/cri-o/molecule/default/verify.yml
Max Gautier 5183679a89 crio: molecule: move variables to inventory
Fix download/file (which needs the variable to determine the correct
binaries)
2025-11-18 15:44:09 +01:00

11 lines
285 B
YAML

---
- name: Test CRI-O cri
import_playbook: ../../../molecule/test_cri.yml
vars:
cri_socket: unix:///var/run/crio/crio.sock
cri_name: cri-o
- name: Test running a container with crun
import_playbook: ../../../molecule/test_runtime.yml
vars:
container_runtime: crun