mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix M(). (#591)
* Fix M(). * Break long line. * Fix the remaining M(...). * Break long line.
This commit is contained in:
@@ -115,7 +115,7 @@ options:
|
||||
- "If data is to be copied onto the PVC using the Containerized Data Importer you can specify the source of
|
||||
the data (along with any additional configuration) as well as it's format."
|
||||
- "Valid source types are: blank, http, s3, registry, pvc and upload. The last one requires using the
|
||||
M(kubevirt_cdi_upload) module to actually perform an upload."
|
||||
M(community.general.kubevirt_cdi_upload) module to actually perform an upload."
|
||||
- "Source data format is specified using the optional I(content_type). Valid options are C(kubevirt)
|
||||
(default; raw image) and C(archive) (tar.gz)."
|
||||
- "This uses the DataVolume source syntax:
|
||||
|
||||
@@ -38,7 +38,7 @@ options:
|
||||
The definition of these objects can reference parameters defined earlier.
|
||||
- As part of the list user can pass also I(VirtualMachine) kind. When passing I(VirtualMachine)
|
||||
user must use Ansible structure of the parameters not the Kubernetes API structure. For more information
|
||||
please take a look at M(kubevirt_vm) module and at EXAMPLES section, where you can see example.
|
||||
please take a look at M(community.general.kubevirt_vm) module and at EXAMPLES section, where you can see example.
|
||||
type: list
|
||||
merge_type:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user