Skip to content

Commit

Permalink
Update documentation, especially disk.type
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Feb 7, 2021
1 parent ca7b41d commit 0355163
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/modules/vmware_guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- Powerstate C(powered-on) and C(powered-off) is added in version 2.10.
default: present
type: str
choices: [ absent, poweredon, powered-on, poweredoff, powered-off, present, rebootguest, reboot-guest, restarted, suspended, shutdownguest, shutdown-guest]
choices: [ 'absent', 'poweredon', 'powered-on', 'poweredoff', 'powered-off', 'present', 'rebootguest', 'reboot-guest', 'restarted', 'suspended', 'shutdownguest', 'shutdown-guest']
name:
description:
- Name of the virtual machine to work with.
Expand All @@ -74,7 +74,7 @@
description:
- If multiple virtual machines matching the name, use the first or last found.
default: 'first'
choices: [ first, last ]
choices: [ 'first', 'last' ]
type: str
uuid:
description:
Expand Down Expand Up @@ -247,7 +247,7 @@
- Type of disk.
- If C(thin) specified, disk type is set to thin disk.
- If C(eagerzeroedthick) specified, disk type is set to eagerzeroedthick disk. Added Ansible 2.5.
- If not specified, disk type is thick disk, no eagerzero.
- If not specified, disk type is inherited from the source VM or template when cloned and thick disk, no eagerzero otherwise.
type: str
choices: [ 'thin', 'thick', 'eagerzeroedthick' ]
datastore:
Expand Down Expand Up @@ -686,7 +686,7 @@
convert:
description:
- Specify convert disk type while cloning template or virtual machine.
choices: [ thin, thick, eagerzeroedthick ]
choices: [ 'thin', 'thick', 'eagerzeroedthick' ]
type: str
extends_documentation_fragment:
- community.vmware.vmware.documentation
Expand Down

0 comments on commit 0355163

Please sign in to comment.