Browse Source

fix custom cni task name (#10087)

pull/10077/head
Samuel Liu 2 years ago
committed by GitHub
parent
commit
72b8830f62
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. 3
      roles/network_plugin/custom_cni/tasks/main.yml

3
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"

Loading…
Cancel
Save