Merge "Preface tasks path with {{playbook_dir}}"

This commit is contained in:
Zuul 2021-07-02 04:46:48 +00:00 committed by Gerrit Code Review
commit ee1ce291a3
1 changed files with 4 additions and 4 deletions

View File

@ -476,7 +476,7 @@ outputs:
msg: Use --start-at-task 'External deployment step 0' to resume from this task
- include_tasks: "external_deploy_steps_tasks_step0.yaml"
when:
- "'external_deploy_steps_tasks_step0.yaml' is exists"
- "'{% raw %}{{playbook_dir}}{% endraw %}/external_deploy_steps_tasks_step0.yaml' is exists"
tags:
- external
- external_deploy_steps
@ -790,7 +790,7 @@ outputs:
include_tasks: {{role.name}}/pre_deploy_step_tasks.yaml
when:
- tripleo_role_name == '{{role.name}}'
- "'{{role.name}}/pre_deploy_step_tasks.yaml' is exists"
- "'{% raw %}{{playbook_dir}}{% endraw %}/{{role.name}}/pre_deploy_step_tasks.yaml' is exists"
{%- endfor %}
tags:
- overcloud
@ -825,7 +825,7 @@ outputs:
msg: Use --start-at-task 'External deployment step {{step}}' to resume from this task
- include_tasks: "external_deploy_steps_tasks_step{{step}}.yaml"
when:
- "'external_deploy_steps_tasks_step{{step}}.yaml' is exists"
- "'{% raw %}{{playbook_dir}}{% endraw %}/external_deploy_steps_tasks_step{{step}}.yaml' is exists"
tags:
- external
- external_deploy_steps
@ -885,7 +885,7 @@ outputs:
- include_tasks: "{{role.name}}/deploy_steps_tasks_step{{step}}.yaml"
when:
- tripleo_role_name == '{{role.name}}'
- "'{{role.name}}/deploy_steps_tasks_step{{step}}.yaml' is exists"
- "'{% raw %}{{playbook_dir}}{% endraw %}/{{role.name}}/deploy_steps_tasks_step{{step}}.yaml' is exists"
{%- endfor %}
- name: Overcloud common deploy step tasks {{step}}
block: