Fixing the version_added string in the vsphere_guest module
This commit is contained in:
parent
6aaf249847
commit
404412f254
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module: vsphere_guest
|
|||
short_description: Create/delete/manage a guest VM through VMware vSphere.
|
||||
description:
|
||||
- Create/delete/reconfigure a guest VM through VMware vSphere. This module has a dependency on pysphere >= 1.7
|
||||
version_added: "1.5"
|
||||
version_added: "1.6"
|
||||
options:
|
||||
vcenter_hostname:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue