Merge "Use update_serial as an ansible variable"
This commit is contained in:
commit
4b39d1fcf8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user