Convert CRI-O molecule to ansible verifier

This commit is contained in:
Max Gautier
2025-06-13 16:18:58 +02:00
parent 3f26203ed0
commit 68c4ee23cb
7 changed files with 57 additions and 39 deletions

View File

@@ -0,0 +1,10 @@
{
"metadata": {
"name": "{{ container_runtime }}1"
},
"image": {
"image": "quay.io/kubespray/hello-world:latest"
},
"log_path": "{{ container_runtime }}1.0.log",
"linux": {}
}