mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ini lookup: add 'type' to the list of known arguments (#17707)
Fixes #16556
This commit is contained in:
@@ -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] = ''
|
||||
|
||||
Reference in New Issue
Block a user