Merge "Always include step tasks in external update/upgrade"

This commit is contained in:
Zuul 2019-03-19 13:13:39 +00:00 committed by Gerrit Code Review
commit af2b4319df
1 changed files with 2 additions and 0 deletions

View File

@ -754,6 +754,7 @@ outputs:
with_sequence: start=0 end={{external_upgrade_steps_max-1}}
loop_control:
loop_var: step
tags: always
tags:
- external
- external_upgrade_steps
@ -780,6 +781,7 @@ outputs:
with_sequence: start=1 end={{deploy_steps_max-1}}
loop_control:
loop_var: step
tags: always
tags:
- external
- external_deploy_steps