Skip to content

Commit

Permalink
purge: import ceph-defaults in purge osd play
Browse files Browse the repository at this point in the history
Otherwise, `ceph_volume_debug` variable is undefined

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 33a5446)
  • Loading branch information
guits committed Aug 12, 2020
1 parent 29d4c42 commit 56d2b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure-playbooks/purge-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@

tasks:

- import_role:
name: ceph-defaults

- name: default lvm_volumes if not defined
set_fact:
lvm_volumes: []
Expand Down

0 comments on commit 56d2b62

Please sign in to comment.