]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Preserve rolling_update backward compatibility with ansible < 2.5
authorGiulio Fidente <gfidente@redhat.com>
Fri, 18 Jan 2019 08:03:40 +0000 (09:03 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 21 Jan 2019 13:05:45 +0000 (14:05 +0100)
Signed-off-by: Giulio Fidente <gfidente@redhat.com>
infrastructure-playbooks/rolling_update.yml

index e8df5860950bc0122f55601733c24c13f1fcb6d7..0843cca039c9b76c3371d326a8ae0c993aa376be 100644 (file)
     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: