kubernetes/masters: fix task name in kubeadm setup (#5377)
This commit is contained in:
parent
80418a44d5
commit
aec5080a47
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
include_tasks: kubeadm-secondary-experimental.yml
|
||||
when: kubeadm_control_plane
|
||||
|
||||
- name: kubeadm | Initialize other masters (experimental control plane)
|
||||
- name: kubeadm | Initialize other masters (legacy not control plane)
|
||||
include_tasks: kubeadm-secondary-legacy.yml
|
||||
when: not kubeadm_control_plane
|
||||
|
||||
|
|
Loading…
Reference in a new issue