fixed ansible include/import inheritance issue (#3716)

This commit is contained in:
Johnny Halfmoon 2018-11-16 13:33:23 +01:00 committed by k8s-ci-robot
parent 187798086a
commit 53bde23a5e

View file

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