Skip to content

Commit

Permalink
Update 0040-verify-settings.yml (kubernetes-sigs#10699)
Browse files Browse the repository at this point in the history
remove embedded template
  • Loading branch information
piwinkler authored and VannTen committed Dec 11, 2023
1 parent 2011e50 commit d631d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubernetes/preinstall/tasks/0040-verify-settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Stop if either kube_control_plane or kube_node group is empty
assert:
that: "groups.get('{{ item }}')"
that: "groups.get( item )"
with_items:
- kube_control_plane
- kube_node
Expand Down

0 comments on commit d631d68

Please sign in to comment.