Max Gautier
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|