mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-26 16:11:33 -03:30
14 lines
245 B
YAML
14 lines
245 B
YAML
---
|
|
- include_tasks: check.yml
|
|
|
|
- include_tasks: pre.yml
|
|
|
|
- import_tasks: upgrade.yml
|
|
when:
|
|
- calico_upgrade_enabled
|
|
- calico_upgrade_needed
|
|
run_once: yes
|
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
|
|
|
- include_tasks: install.yml
|