From 425151398955735f332f878e50ae0d20f19db4a9 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 6 Mar 2023 11:02:14 +0100 Subject: [PATCH] debug debug Signed-off-by: Guillaume Abrioux --- roles/ceph-mgr/tasks/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-mgr/tasks/common.yml b/roles/ceph-mgr/tasks/common.yml index 4b59e4783..c519bb1a0 100644 --- a/roles/ceph-mgr/tasks/common.yml +++ b/roles/ceph-mgr/tasks/common.yml @@ -96,5 +96,5 @@ - name: append dashboard modules to ceph_mgr_modules set_fact: - ceph_mgr_modules: "{{ ceph_mgr_modules | union(['dashboard', 'prometheus']) }}" + ceph_mgr_modules: "{{ ceph_mgr_modules | union(['cephadm', 'dashboard', 'prometheus']) }}" when: dashboard_enabled | bool