Update 0040-verify-settings.yml (#10699)

remove embedded template
This commit is contained in:
piwinkler
2023-12-11 10:56:13 +01:00
committed by GitHub
parent 2c3ea84e6f
commit eb628efbc4

View File

@ -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