From b4147c022bc64842591aa70249f183e2e506620f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kub=C3=ADn?= Date: Mon, 16 Oct 2023 19:12:01 +0200 Subject: [PATCH] Linting correction --- roles/network_plugin/custom_cni/meta/main.yml | 1 + roles/network_plugin/custom_cni/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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