From 2d38d8266bb11a568a29b9e4d36cad466f92e65c 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 ed11ed154..7bd626a7f 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -17,6 +17,7 @@ - name: confirm whether user really meant to upgrade the cluster hosts: localhost become: false + gather_facts: false vars: - mgr_group_name: mgrs