c12s-kubespray/roles/network_plugin/calico/tasks/main.yml

14 lines
246 B
YAML
Raw Normal View History

2015-10-03 20:19:50 +00:00
---
- import_tasks: check.yml
- import_tasks: pre.yml
2015-12-20 15:51:14 +00:00
- include_tasks: upgrade.yml
when:
- calico_upgrade_enabled
- calico_upgrade_needed
- inventory_hostname in groups['kube-master']
run_once: yes
- include_tasks: install.yml