Merge "Enable serial execution for ansible host" into stable/rocky

This commit is contained in:
Zuul 2019-05-31 05:08:29 +00:00 committed by Gerrit Code Review
commit bb4fb9d3d4
1 changed files with 2 additions and 2 deletions

View File

@ -618,7 +618,7 @@ outputs:
- include_vars: global_vars.yaml
- hosts: DEPLOY_TARGET_HOST
name: Run update
serial: 1
serial: {{ deploy_serial | default(1) }}
gather_facts: no
any_errors_fatal: yes
vars:
@ -722,7 +722,7 @@ outputs:
- include_vars: global_vars.yaml
- hosts: DEPLOY_TARGET_HOST
name: Run pre-upgrade rolling tasks
serial: 1
serial: {{ deploy_serial | default(1) }}
gather_facts: no
any_errors_fatal: yes
tasks: