mirror of https://github.com/ceph/ceph-ansible.git
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
parent
490a1c6ba6
commit
056b18aa0e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue