Skip to content

Commit

Permalink
Update 0040-verify-settings.yml
Browse files Browse the repository at this point in the history
remove embedded template
  • Loading branch information
piwinkler authored Dec 7, 2023
1 parent 2c3ea84 commit 9fb474f
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 9fb474f

Please sign in to comment.