From 056b18aa0ef04d1cea5cb5493637ce2eb6023fef Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 17 Aug 2021 16:07:03 +0200 Subject: [PATCH] update: gather facts only one time this play doesn't need to gather facts from localhost Signed-off-by: Guillaume Abrioux (cherry picked from commit c14e9114baebd155996b42b18744567698178836) --- infrastructure-playbooks/rolling_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index d7312c831..4b2d44db6 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -33,6 +33,7 @@ - name: confirm whether user really meant to upgrade the cluster hosts: localhost become: false + gather_facts: false vars: - mgr_group_name: mgrs -- 2.39.5