parent
8b08a28c89
commit
a2547db5b5
|
@ -36,7 +36,7 @@ from ansible.module_utils._text import to_bytes, to_text
|
|||
def _parse_params(term):
|
||||
'''Safely split parameter term to preserve spaces'''
|
||||
|
||||
keys = ['key', 'section', 'file', 're']
|
||||
keys = ['key', 'type', 'section', 'file', 're']
|
||||
params = {}
|
||||
for k in keys:
|
||||
params[k] = ''
|
||||
|
|
Loading…
Reference in New Issue