From e26921e3e1f9597835ffd988205f0b772706c4c3 Mon Sep 17 00:00:00 2001
From: James <github@j4m3s.eu>
Date: Mon, 22 May 2023 12:22:30 +0000
Subject: [PATCH] Fix search path for custom-cni (#10088)

---
 tests/files/packet_debian11-custom-cni.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/files/packet_debian11-custom-cni.yml b/tests/files/packet_debian11-custom-cni.yml
index e64fc8ef8..407423e38 100644
--- a/tests/files/packet_debian11-custom-cni.yml
+++ b/tests/files/packet_debian11-custom-cni.yml
@@ -6,4 +6,4 @@ mode: default
 # Kubespray settings
 kube_network_plugin: custom_cni
 custom_cni_manifests:
-  - tests/files/custom_cni/cilium.yaml
+  - "{{ playbook_dir }}/../tests/files/custom_cni/cilium.yaml"
-- 
GitLab