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>
(cherry picked from commit 55970b18f1)
pull/5098/head
Guillaume Abrioux 2020-02-19 13:51:49 +01:00
parent 10b3bb2727
commit 21851457d6
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)