From: Guillaume Abrioux Date: Tue, 17 Aug 2021 14:07:03 +0000 (+0200) Subject: update: gather facts only one time X-Git-Tag: v6.0.14~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=056b18aa0ef04d1cea5cb5493637ce2eb6023fef;p=ceph-ansible.git 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) --- 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