Fix documentation build

This commit is contained in:
Toshio Kuratomi 2014-12-16 11:50:41 -08:00
parent 54b836f0b8
commit 51ed13b887
2 changed files with 7 additions and 7 deletions

View file

@ -65,18 +65,18 @@ options:
default: null
state:
description:
- Indicate desired state of the vm.
- Indicate desired state of the vm.
default: present
choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
from_template:
description:
- Specifies if the VM should be deployed from a template (cannot be ran with state)
default: no
choices: ['yes', 'no']
- Specifies if the VM should be deployed from a template (cannot be ran with state)
default: no
choices: ['yes', 'no']
template_src:
description:
- Name of the source template to deploy from
default: None
- Name of the source template to deploy from
default: None
vm_disk:
description:
- A key, value list of disks and their sizes and which datastore to keep it in.

View file

@ -53,7 +53,7 @@ options:
update_password:
description:
- C(always) will update passwords if they differ. C(on_create) will
only set the password for newly created users.
only set the password for newly created users.
required: false
choices: [ 'always', 'on_create' ]
default: always