Merge "Fix server post deploy step with config-download"

This commit is contained in:
Zuul 2018-01-21 05:43:38 +00:00 committed by Gerrit Code Review
commit bd376f79db
1 changed files with 1 additions and 1 deletions

View File

@ -508,10 +508,10 @@ outputs:
force: false
when: role_name == '{{role.name}}'
with_items: "{{ '{{' }} {{role.name}}_post_deployments|default([]) {{ '}}' }}"
{%- endfor %}
tags:
- overcloud
- post_deploy_steps
{%- endfor %}
- hosts: undercloud
name: External deployment Post Deploy tasks
gather_facts: no