mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Fixup VMware module docs issues (#36409)
Fix various argspec vs documentation issue
This commit is contained in:
parent
9fced4f0a9
commit
5d0ed38e3a
34 changed files with 137 additions and 215 deletions
|
@ -137,7 +137,7 @@ def main():
|
|||
argument_spec = vmware_argument_spec()
|
||||
argument_spec.update(
|
||||
name=dict(type='str'),
|
||||
name_match=dict(type='str', default='first'),
|
||||
name_match=dict(type='str', default='first', choices=['first', 'last']),
|
||||
folder=dict(type='str'),
|
||||
uuid=dict(type='str'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue