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/6837/head
parent
ffe01c7ff5
commit
2d38d8266b
|
@ -17,6 +17,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