mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fixup VMware module docs issues (#36409)
Fix various argspec vs documentation issue
This commit is contained in:
@@ -48,8 +48,9 @@ options:
|
||||
state:
|
||||
description:
|
||||
- If the host should be present or absent attached to the vSwitch.
|
||||
choices: [present, absent]
|
||||
choices: [ present, absent ]
|
||||
required: True
|
||||
default: 'present'
|
||||
extends_documentation_fragment: vmware.documentation
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user