Merge "Use update_serial as an ansible variable"

This commit is contained in:
Zuul 2019-10-12 04:41:05 +00:00 committed by Gerrit Code Review
commit 4b39d1fcf8
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,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: {{ '"{{' }} gather_facts | default(false) {{ '}}"' }}
any_errors_fatal: yes
vars: