mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #904 from cloudnull/config_template-update
Added option to support case-insensitive keyspull/906/head
commit
77792632c5
|
@ -277,6 +277,7 @@ class ActionModule(ActionBase):
|
|||
allow_no_value=True,
|
||||
dict_type=MultiKeyDict
|
||||
)
|
||||
config.optionxform = str
|
||||
except Exception:
|
||||
config = ConfigTemplateParser(dict_type=MultiKeyDict)
|
||||
|
||||
|
|
Loading…
Reference in New Issue