mirror of https://github.com/ceph/ceph-ansible.git
shrink-rgw.yml: fix confirmation play's name
the confirmation play's name should confirm removing rgw instead of monitor Signed-off-by: Mehdy Khoshnoody <mehdy.khoshnoody@gmail.com>pull/4345/head
parent
ec56a95013
commit
9fa98d79fd
|
@ -20,7 +20,7 @@
|
||||||
- debug:
|
- debug:
|
||||||
msg: gather facts on MONS and RGWs
|
msg: gather facts on MONS and RGWs
|
||||||
|
|
||||||
- name: confirm whether user really meant to remove monitor from the ceph cluster
|
- name: confirm whether user really meant to remove rgw from the ceph cluster
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
become: true
|
become: true
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
|
|
Loading…
Reference in New Issue