mirror of https://github.com/ceph/ceph-ansible.git
purge: import ceph-defaults in purge osd play
Otherwise, `ceph_volume_debug` variable is undefined
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 33a544644a
)
pull/5657/head
parent
3987a82d29
commit
886e1d85c7
|
@ -377,6 +377,9 @@
|
|||
|
||||
tasks:
|
||||
|
||||
- import_role:
|
||||
name: ceph-defaults
|
||||
|
||||
- name: default lvm_volumes if not defined
|
||||
set_fact:
|
||||
lvm_volumes: []
|
||||
|
|
Loading…
Reference in New Issue