Adjust task name since we allow empty kube_node (#11474)

pull/11477/head
Max Gautier 2024-08-28 05:35:02 +00:00 committed by GitHub
parent a3d0ba230d
commit 776b40a329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
- name: Stop if either kube_control_plane or kube_node group is empty
- name: Stop if kube_control_plane group is empty
assert:
that: groups.get( 'kube_control_plane' )
run_once: true