mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
[PR #10711/62fa3e6f backport][stable-11] remove trailing comma in dict(parameters,) (#10724)
remove trailing comma in dict(parameters,) (#10711)
* remove trailing comma in dict(parameters,)
* add changelog frag
(cherry picked from commit 62fa3e6f2b
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
4d6f4c82e2
commit
491ba1b1a3
7 changed files with 28 additions and 20 deletions
|
@ -507,7 +507,7 @@ def main():
|
|||
state_file=dict(type='path'),
|
||||
targets=dict(type='list', elements='str', default=[]),
|
||||
lock=dict(type='bool', default=True),
|
||||
lock_timeout=dict(type='int',),
|
||||
lock_timeout=dict(type='int'),
|
||||
force_init=dict(type='bool', default=False),
|
||||
backend_config=dict(type='dict'),
|
||||
backend_config_files=dict(type='list', elements='path'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue