youki: molecule: move variables to inventory

Fix download/file (which needs the variable to determine the correct
binaries)
This commit is contained in:
Max Gautier
2025-11-04 09:27:00 +01:00
parent 381426d6d5
commit bde51ebddf

View File

@@ -21,6 +21,11 @@ provisioner:
defaults: defaults:
callbacks_enabled: profile_tasks callbacks_enabled: profile_tasks
timeout: 120 timeout: 120
inventory:
group_vars:
k8s_cluster:
youki_enabled: true
container_manager: crio
playbooks: playbooks:
create: ../../../../../tests/cloud_playbooks/create-kubevirt.yml create: ../../../../../tests/cloud_playbooks/create-kubevirt.yml
prepare: ../../../molecule/prepare.yml prepare: ../../../molecule/prepare.yml