purge: add container_binary needed for zap osds

`container_binary` isn't set anymore in the purge osd play because of a
regression introduced by 60aa70a.
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>
pull/6886/head
Seena Fallah 2021-08-17 00:38:47 +04:30 committed by Guillaume Abrioux
parent e7b43c1fc6
commit a51ce767ca
1 changed files with 4 additions and 0 deletions

View File

@ -368,6 +368,10 @@
- import_role: - import_role:
name: ceph-defaults name: ceph-defaults
- import_role:
name: ceph-facts
tasks_from: container_binary
- name: default lvm_volumes if not defined - name: default lvm_volumes if not defined
set_fact: set_fact:
lvm_volumes: [] lvm_volumes: []