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>pull/5652/head
parent
f1aa6cea21
commit
33a544644a
|
@ -377,6 +377,9 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- import_role:
|
||||||
|
name: ceph-defaults
|
||||||
|
|
||||||
- name: default lvm_volumes if not defined
|
- name: default lvm_volumes if not defined
|
||||||
set_fact:
|
set_fact:
|
||||||
lvm_volumes: []
|
lvm_volumes: []
|
||||||
|
|
Loading…
Reference in New Issue