Merge "Use update_serial as an ansible variable"
This commit is contained in:
commit
4b39d1fcf8
@ -933,7 +933,7 @@ outputs:
|
|||||||
{%- for role in roles %}
|
{%- for role in roles %}
|
||||||
- hosts: {{role.name}}
|
- hosts: {{role.name}}
|
||||||
name: Run update
|
name: Run update
|
||||||
serial: {{ role.update_serial | default(1) }}
|
serial: {{ '"{{' }} update_serial | default({{role.update_serial | default(1)}}) {{ '}}"' }}
|
||||||
gather_facts: {{ '"{{' }} gather_facts | default(false) {{ '}}"' }}
|
gather_facts: {{ '"{{' }} gather_facts | default(false) {{ '}}"' }}
|
||||||
any_errors_fatal: yes
|
any_errors_fatal: yes
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
Reference in New Issue
Block a user