ini lookup: add 'type' to the list of known arguments (#17707)

Fixes #16556
pull/17698/head
jctanner 8 years ago committed by GitHub
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…
Cancel
Save