From 27b1fc898168339d379a132c48e309e0292b7ca6 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 8 Jan 2020 16:10:17 +0100 Subject: [PATCH] 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 (cherry picked from commit 0ae0a9ce2812796d943085c6622f4188f16d6231) --- infrastructure-playbooks/shrink-mds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/shrink-mds.yml b/infrastructure-playbooks/shrink-mds.yml index f5503b328..5c974af91 100644 --- a/infrastructure-playbooks/shrink-mds.yml +++ b/infrastructure-playbooks/shrink-mds.yml @@ -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