mirror of https://github.com/ceph/ceph-ansible.git
Preserve rolling_update backward compatibility with ansible < 2.5
Signed-off-by: Giulio Fidente <gfidente@redhat.com>pull/3486/head
parent
1ac94c048f
commit
ff8dbe114c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue