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.

12 lines
217 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_needed
  7. run_once: yes
  8. delegate_to: "{{ groups['kube-master'][0] }}"
  9. - include_tasks: install.yml