From ff8dbe114cc1e13c8972993c340cd3b1a189d326 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 18 Jan 2019 09:03:40 +0100 Subject: [PATCH] Preserve rolling_update backward compatibility with ansible < 2.5 Signed-off-by: Giulio Fidente --- infrastructure-playbooks/rolling_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index e8df58609..0843cca03 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -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: -- 2.39.5