shrink-osd: don't run ceph-facts entirely

We need to call ceph-facts only for setting `container_binary`.
Since this task has been isolated we can use `tasks_from` to only execute the
needed task.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/5087/head
Guillaume Abrioux 2020-02-19 13:51:49 +01:00 committed by Dimitri Savineau
parent 535da53d69
commit 55970b18f1
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
- import_role:
name: ceph-facts
tasks_from: container_binary.yml
post_tasks:
- name: set_fact container_exec_cmd build docker exec command (containerized)