mirror of https://github.com/ceph/ceph-ansible.git
mgr: fix a typo
This commit fixes a typo in `roles/ceph-mgr/defaults/main.yml`
(s/mpdules/modules)
Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
(cherry picked from commit 2f5e21b631
)
pull/7410/head
parent
1a10e189cb
commit
df87fe6e63
|
@ -21,7 +21,7 @@ dummy:
|
|||
###########
|
||||
# MODULES #
|
||||
###########
|
||||
# Ceph mgr modules to enable, to view the list of available mpdules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/
|
||||
# Ceph mgr modules to enable, to view the list of available modules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/
|
||||
# and replace CEPH_VERSION with your current Ceph version, e,g: 'mimic'
|
||||
#ceph_mgr_modules: []
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ mgr_secret: 'mgr_secret'
|
|||
###########
|
||||
# MODULES #
|
||||
###########
|
||||
# Ceph mgr modules to enable, to view the list of available mpdules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/
|
||||
# Ceph mgr modules to enable, to view the list of available modules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/
|
||||
# and replace CEPH_VERSION with your current Ceph version, e,g: 'mimic'
|
||||
ceph_mgr_modules: []
|
||||
|
||||
|
|
Loading…
Reference in New Issue