diff --git a/roles/network_plugin/custom_cni/meta/main.yml b/roles/network_plugin/custom_cni/meta/main.yml index 82f00a4f899..361c406de2a 100644 --- a/roles/network_plugin/custom_cni/meta/main.yml +++ b/roles/network_plugin/custom_cni/meta/main.yml @@ -1,3 +1,4 @@ +--- dependencies: - role: helm-apps when: diff --git a/roles/network_plugin/custom_cni/tasks/main.yml b/roles/network_plugin/custom_cni/tasks/main.yml index 52c1dbc8764..233094d4536 100644 --- a/roles/network_plugin/custom_cni/tasks/main.yml +++ b/roles/network_plugin/custom_cni/tasks/main.yml @@ -4,7 +4,7 @@ - name: Custom CNI | Check Custom CNI Manifests assert: that: - - "custom_cni_manifests | length > 0" + - "custom_cni_manifests | length > 0" msg: "custom_cni_manifests should not be empty" - name: Custom CNI | Copy Custom manifests