mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-01 06:41:26 -07:00
cloudstack: cs_template: fix typos (#2294)
This commit is contained in:
parent
652b50753d
commit
8ac52fbb2c
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ options:
|
||||||
default: false
|
default: false
|
||||||
cross_zones:
|
cross_zones:
|
||||||
description:
|
description:
|
||||||
- Whether the template should be syned or removed across zones.
|
- Whether the template should be synced or removed across zones.
|
||||||
- Only used if C(state) is present or absent.
|
- Only used if C(state) is present or absent.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
|
@ -132,7 +132,7 @@ options:
|
||||||
- Name the hypervisor to be used for creating the new template.
|
- Name the hypervisor to be used for creating the new template.
|
||||||
- Relevant when using C(state=present).
|
- Relevant when using C(state=present).
|
||||||
required: false
|
required: false
|
||||||
default: none
|
default: null
|
||||||
choices: [ 'KVM', 'VMware', 'BareMetal', 'XenServer', 'LXC', 'HyperV', 'UCS', 'OVM' ]
|
choices: [ 'KVM', 'VMware', 'BareMetal', 'XenServer', 'LXC', 'HyperV', 'UCS', 'OVM' ]
|
||||||
requires_hvm:
|
requires_hvm:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue