Browse Source

fixed ansible include/import inheritance issue (#3716)

pull/3728/head
Johnny Halfmoon 5 years ago
committed by k8s-ci-robot
parent
commit
53bde23a5e
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/calico/tasks/main.yml

2
roles/network_plugin/calico/tasks/main.yml

@ -3,7 +3,7 @@
- include_tasks: pre.yml
- include_tasks: upgrade.yml
- import_tasks: upgrade.yml
when:
- calico_upgrade_enabled
- calico_upgrade_needed

Loading…
Cancel
Save