Merge "Run external_deploy_tasks per step for each role" into stable/train

This commit is contained in:
Zuul 2020-08-27 08:41:12 +00:00 committed by Gerrit Code Review
commit cc67576dd1
1 changed files with 3 additions and 1 deletions

View File

@ -691,7 +691,9 @@ outputs:
run_once: true
debug:
msg: Use --start-at-task "External deployment step {{step}}" to resume from this task
- import_tasks: external_deploy_steps_tasks.yaml
- include_tasks: "external_deploy_steps_tasks_step{{step}}.yaml"
when:
- "'external_deploy_steps_tasks_step{{step}}.yaml' is exists"
tags:
- external
- external_deploy_steps