Browse Source

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

pull/11477/head
Max Gautier 5 months ago
committed by GitHub
parent
commit
776b40a329
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/tasks/0040-verify-settings.yml

2
roles/kubernetes/preinstall/tasks/0040-verify-settings.yml

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

Loading…
Cancel
Save