Fix documentation build
This commit is contained in:
parent
54b836f0b8
commit
51ed13b887
2 changed files with 7 additions and 7 deletions
|
@ -65,18 +65,18 @@ options:
|
||||||
default: null
|
default: null
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Indicate desired state of the vm.
|
- Indicate desired state of the vm.
|
||||||
default: present
|
default: present
|
||||||
choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
|
choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
|
||||||
from_template:
|
from_template:
|
||||||
description:
|
description:
|
||||||
- Specifies if the VM should be deployed from a template (cannot be ran with state)
|
- Specifies if the VM should be deployed from a template (cannot be ran with state)
|
||||||
default: no
|
default: no
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
template_src:
|
template_src:
|
||||||
description:
|
description:
|
||||||
- Name of the source template to deploy from
|
- Name of the source template to deploy from
|
||||||
default: None
|
default: None
|
||||||
vm_disk:
|
vm_disk:
|
||||||
description:
|
description:
|
||||||
- A key, value list of disks and their sizes and which datastore to keep it in.
|
- A key, value list of disks and their sizes and which datastore to keep it in.
|
||||||
|
|
|
@ -53,7 +53,7 @@ options:
|
||||||
update_password:
|
update_password:
|
||||||
description:
|
description:
|
||||||
- C(always) will update passwords if they differ. C(on_create) will
|
- 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
|
required: false
|
||||||
choices: [ 'always', 'on_create' ]
|
choices: [ 'always', 'on_create' ]
|
||||||
default: always
|
default: always
|
||||||
|
|
Loading…
Reference in a new issue