Merge "Run update tasks with become" into stable/train

This commit is contained in:
Zuul 2021-05-05 19:20:24 +00:00 committed by Gerrit Code Review
commit f6b421916e
1 changed files with 1 additions and 0 deletions

View File

@ -803,6 +803,7 @@ outputs:
{%- for role in roles %}
- hosts: {{role.name}}
name: Run update
become: true
serial: "{% raw %}{{ update_serial | default({% endraw %}{{ role.update_serial | default(1) }}{% raw %})}}{% endraw %}"
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes