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>pull/7409/head
parent
49da07df68
commit
2f5e21b631
|
@ -21,7 +21,7 @@ dummy:
|
||||||
###########
|
###########
|
||||||
# MODULES #
|
# 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'
|
# and replace CEPH_VERSION with your current Ceph version, e,g: 'mimic'
|
||||||
#ceph_mgr_modules: []
|
#ceph_mgr_modules: []
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ mgr_secret: 'mgr_secret'
|
||||||
###########
|
###########
|
||||||
# MODULES #
|
# 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'
|
# and replace CEPH_VERSION with your current Ceph version, e,g: 'mimic'
|
||||||
ceph_mgr_modules: []
|
ceph_mgr_modules: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue