Fixup VMware module docs issues (#36409)

Fix various argspec vs documentation issue
This commit is contained in:
John R Barker
2018-02-21 15:20:42 +00:00
committed by GitHub
parent 9fced4f0a9
commit 5d0ed38e3a
34 changed files with 137 additions and 215 deletions

View File

@@ -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
'''