mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -419,7 +419,7 @@ def main():
|
||||
color=dict(type='str'),
|
||||
description=dict(type='str'),
|
||||
priority=dict(type='int'),
|
||||
new_name=dict(type='str'),)
|
||||
new_name=dict(type='str'))
|
||||
),
|
||||
state=dict(type='str', default="present", choices=["absent", "present"]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user