update: gather facts only one time

this play doesn't need to gather facts from localhost

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit c14e9114ba)
pull/6839/head
Guillaume Abrioux 2021-08-17 16:07:03 +02:00 committed by Dimitri Savineau
parent 490a1c6ba6
commit 056b18aa0e
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
- name: confirm whether user really meant to upgrade the cluster - name: confirm whether user really meant to upgrade the cluster
hosts: localhost hosts: localhost
become: false become: false
gather_facts: false
vars: vars:
- mgr_group_name: mgrs - mgr_group_name: mgrs