From 72b8830f622d92f428bcbb009b39c0ab503e0ce5 Mon Sep 17 00:00:00 2001 From: Samuel Liu Date: Tue, 16 May 2023 20:03:36 +0800 Subject: [PATCH] fix custom cni task name (#10087) --- roles/network_plugin/custom_cni/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/network_plugin/custom_cni/tasks/main.yml b/roles/network_plugin/custom_cni/tasks/main.yml index 2dfba28cb98..c4289445bc5 100644 --- a/roles/network_plugin/custom_cni/tasks/main.yml +++ b/roles/network_plugin/custom_cni/tasks/main.yml @@ -1,6 +1,5 @@ --- - -- name: Cilium | Check Cilium encryption `cilium_ipsec_key` for ipsec +- name: Custom CNI | Check Custom CNI Manifests assert: that: - "custom_cni_manifests | length > 0"