Preserve rolling_update backward compatibility with ansible < 2.5

Signed-off-by: Giulio Fidente <gfidente@redhat.com>
pull/3486/head
Giulio Fidente 2019-01-18 09:03:40 +01:00 committed by Guillaume Abrioux
parent 1ac94c048f
commit ff8dbe114c
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@
upgrade_ceph_packages: True
hosts:
- "{{ client_group_name|default('clients') }}"
serial: "{{ client_update_batch | default(ansible_forks) }}"
serial: "{{ client_update_batch | default(20) }}"
become: True
tasks:
- import_role: