mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
ovirt_vm: fix cloud_init_persist doc (#47854)
* fix cloud_init_persist * update coud_init_persist doc with default
This commit is contained in:
@@ -359,11 +359,12 @@ options:
|
||||
version_added: "2.3"
|
||||
cloud_init_persist:
|
||||
description:
|
||||
- "If I(true) the C(cloud_init) or C(sysprep) parameters will be saved for the virtual machine
|
||||
and won't be virtual machine won't be started as run-once."
|
||||
- "If I(yes) the C(cloud_init) or C(sysprep) parameters will be saved for the virtual machine
|
||||
and the virtual machine won't be started as run-once."
|
||||
type: bool
|
||||
version_added: "2.5"
|
||||
aliases: [ 'sysprep_persist' ]
|
||||
default: 'no'
|
||||
kernel_params_persist:
|
||||
description:
|
||||
- "If I(true) C(kernel_params), C(initrd_path) and C(kernel_path) will persist in virtual machine configuration,
|
||||
|
||||
Reference in New Issue
Block a user