Merge "Use update_serial as an ansible variable" into stable/queens

This commit is contained in:
Zuul 2019-11-20 15:16:56 +00:00 committed by Gerrit Code Review
commit 5f197bb21c
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ outputs:
{%- for role in roles %}
- hosts: {{role.name}}
name: Run update
serial: {{ role.update_serial | default(1) }}
serial: {{ '"{{' }} update_serial | default({{role.update_serial | default(1)}}) {{ '}}"' }}
gather_facts: no
vars:
tripleo_minor_update: true