mirror of https://github.com/ceph/ceph-ansible.git
shrink-mds: do not play ceph-facts entirely
We only need to set `container_binary`.
Let's use `tasks_from` option.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0ae0a9ce28
)
pull/4874/head
parent
edbb207680
commit
27b1fc8981
|
@ -21,6 +21,7 @@
|
|||
name: ceph-defaults
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
tasks_from: container_binary
|
||||
|
||||
- name: perform checks, remove mds and print cluster health
|
||||
hosts: localhost
|
||||
|
|
Loading…
Reference in New Issue