Skip to content

Commit

Permalink
Linting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kukacz committed Nov 14, 2023
1 parent f392b36 commit b4147c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/network_plugin/custom_cni/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
dependencies:
- role: helm-apps
when:
Expand Down
2 changes: 1 addition & 1 deletion roles/network_plugin/custom_cni/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4147c0

Please sign in to comment.