mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 05:11:25 -07:00
parent
5dd195b52f
commit
20fb74b1b1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ from ansible.module_utils._text import to_bytes, to_text
|
||||||
def _parse_params(term):
|
def _parse_params(term):
|
||||||
'''Safely split parameter term to preserve spaces'''
|
'''Safely split parameter term to preserve spaces'''
|
||||||
|
|
||||||
keys = ['key', 'type', 'section', 'file', 're']
|
keys = ['key', 'type', 'section', 'file', 're', 'default']
|
||||||
params = {}
|
params = {}
|
||||||
for k in keys:
|
for k in keys:
|
||||||
params[k] = ''
|
params[k] = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue