debug

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
nfs_container_fix_debug
Guillaume Abrioux 2023-03-06 11:02:14 +01:00
parent b491818c66
commit 4251513989
1 changed files with 1 additions and 1 deletions

View 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