Merge "Use include task for host prep tasks" into stable/train

This commit is contained in:
Zuul 2021-03-05 02:06:10 +00:00 committed by Gerrit Code Review
commit eafc63b719
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ outputs:
run_once: true run_once: true
debug: debug:
msg: Use --start-at-task '{{role.name}} Host prep steps' to resume from this task msg: Use --start-at-task '{{role.name}} Host prep steps' to resume from this task
- import_tasks: {{role.name}}/host_prep_tasks.yaml - include_tasks: {{role.name}}/host_prep_tasks.yaml
{%- endfor %} {%- endfor %}
tags: tags:
- overcloud - overcloud