purge-cluster: no need to use objectstore for ceph_volume module

When zapping objectstore is not required.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2233/merge
Andrew Schoen 2018-03-14 14:46:37 -05:00 committed by Sébastien Han
parent a8b0d3f045
commit c6e8f8fb11
1 changed files with 0 additions and 1 deletions

View File

@ -330,7 +330,6 @@
- name: zap and destroy OSDs created by ceph-volume
ceph_volume:
objectstore: "{{ osd_objectstore }}"
data: "{{ item.data }}"
data_vg: "{{ item.data_vg|default(omit) }}"
journal: "{{ item.journal|default(omit) }}"