]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
debug nfs_container_fix_debug
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 6 Mar 2023 10:02:14 +0000 (11:02 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 6 Mar 2023 10:02:14 +0000 (11:02 +0100)
debug

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
roles/ceph-mgr/tasks/common.yml

index 4b59e4783e5b53debb24aa5d464d184e5eaa0793..c519bb1a0a23248311ef3722bab3fc8a0bd6a114 100644 (file)
@@ -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