You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
246 B

9 years ago
  1. ---
  2. - include_tasks: check.yml
  3. - include_tasks: pre.yml
  4. - include_tasks: upgrade.yml
  5. when:
  6. - calico_upgrade_enabled
  7. - calico_upgrade_needed
  8. run_once: yes
  9. delegate_to: "{{ groups['kube-master'][0] }}"
  10. - include_tasks: install.yml