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

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