Always include step tasks in external update/upgrade

This is now a prerequisite so that we can run external update/upgrade
with --tags parameter and have it do something. (I don't recall this
being necessary before, i suspect the change may have become necessary
with a bump in Ansible version, or some refactoring in t-h-t.)

Change-Id: I10356e49ad6fb200e6a419ab5dc562f274ae6f8d
Implements: blueprint upgrades-with-os
This commit is contained in:
Jiri Stransky 2019-02-27 13:14:42 +01:00
parent 1da8624b99
commit a85b00bb88
1 changed files with 2 additions and 0 deletions

View File

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