From: Guillaume Abrioux Date: Tue, 17 Aug 2021 14:07:03 +0000 (+0200) Subject: update: gather facts only one time X-Git-Tag: v5.0.9~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=492c2b5389ca893e7971f0fd1fc6d4de7fe01fbb;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 6315fbd05..30e0862f5 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