2015-10-03 20:19:50 +00:00
|
|
|
---
|
2018-08-23 14:17:18 +00:00
|
|
|
- include_tasks: check.yml
|
2016-12-07 11:13:12 +00:00
|
|
|
|
2018-08-23 14:17:18 +00:00
|
|
|
- include_tasks: pre.yml
|
2015-12-20 15:51:14 +00:00
|
|
|
|
2018-08-23 14:17:18 +00:00
|
|
|
- include_tasks: upgrade.yml
|
2017-09-04 08:29:51 +00:00
|
|
|
when:
|
2018-09-06 12:49:06 +00:00
|
|
|
- calico_upgrade_enabled
|
2018-08-23 14:17:18 +00:00
|
|
|
- calico_upgrade_needed
|
|
|
|
run_once: yes
|
|
|
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
|
|
|
|
|
|
|
- include_tasks: install.yml
|