gvisor: 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 bde51ebddf
commit b4fe577203

View File

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