mirror of https://github.com/ceph/ceph-ansible.git
purge: add container_binary needed for zap osds
`container_binary` isn't set anymore in the purge osd play because of a regression introduced bypull/6888/head60aa70a
. The CI didn't catch it because the play purging node-exporter sets this variable for all nodes before we run the purge osd play. This commit fixes this regression. Signed-off-by: Seena Fallah <seenafallah@gmail.com> (cherry picked from commita51ce767ca
)
parent
380d25a752
commit
c8841cdf41
|
@ -368,6 +368,10 @@
|
|||
- import_role:
|
||||
name: ceph-defaults
|
||||
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
tasks_from: container_binary
|
||||
|
||||
- name: default lvm_volumes if not defined
|
||||
set_fact:
|
||||
lvm_volumes: []
|
||||
|
|
Loading…
Reference in New Issue