fixed ansible include/import inheritance issue (#3716)
This commit is contained in:
parent
187798086a
commit
53bde23a5e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
- include_tasks: pre.yml
|
||||
|
||||
- include_tasks: upgrade.yml
|
||||
- import_tasks: upgrade.yml
|
||||
when:
|
||||
- calico_upgrade_enabled
|
||||
- calico_upgrade_needed
|
||||
|
|
Loading…
Reference in a new issue