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

remove embedded template
pull/10626/head
piwinkler 2023-12-11 10:56:13 +01:00 committed by GitHub
parent 2c3ea84e6f
commit eb628efbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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