mirror of https://github.com/ceph/ceph-ansible.git
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
parent
10b3bb2727
commit
21851457d6
|
@ -60,6 +60,7 @@
|
||||||
|
|
||||||
- import_role:
|
- import_role:
|
||||||
name: ceph-facts
|
name: ceph-facts
|
||||||
|
tasks_from: container_binary.yml
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: set_fact container_exec_cmd build docker exec command (containerized)
|
- name: set_fact container_exec_cmd build docker exec command (containerized)
|
||||||
|
|
Loading…
Reference in New Issue