mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
remove trailing comma in dict(parameters,) (#10711)
* remove trailing comma in dict(parameters,) * add changelog frag
This commit is contained in:
parent
5eab0f2419
commit
62fa3e6f2b
7 changed files with 28 additions and 20 deletions
|
@ -57,8 +57,8 @@ EXAMPLES = r"""
|
|||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
argument_spec = dict(
|
||||
vg=dict(type='str', required=True,),
|
||||
vg_new=dict(type='str', required=True,),
|
||||
vg=dict(type='str', required=True),
|
||||
vg_new=dict(type='str', required=True),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue