From: Guillaume Abrioux Date: Mon, 6 Mar 2023 10:02:14 +0000 (+0100) Subject: debug X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=425151398955735f332f878e50ae0d20f19db4a9;p=ceph-ansible.git debug debug Signed-off-by: Guillaume Abrioux --- 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