mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Typofix
* Update plugins/modules/cloud/misc/proxmox_kvm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit e51221896b
)
Co-authored-by: Wouter Schoot <wouter@schoot.org>
This commit is contained in:
parent
23859e0ec3
commit
3356c77f81
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ options:
|
||||||
version_added: 1.3.0
|
version_added: 1.3.0
|
||||||
clone:
|
clone:
|
||||||
description:
|
description:
|
||||||
- Name of VM to be cloned. If C(vmid) is setted, C(clone) can take arbitrary value but required for initiating the clone.
|
- Name of VM to be cloned. If I(vmid) is set, I(clone) can take an arbitrary value but is required for initiating the clone.
|
||||||
type: str
|
type: str
|
||||||
cores:
|
cores:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue