mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ovirt_vms: Support to specify VM id (#31253)
Fixes: https://github.com/ansible/ansible/issues/30873
This commit is contained in:
parent
9c6ad3d076
commit
3978baf32f
1 changed files with 1 additions and 0 deletions
|
@ -640,6 +640,7 @@ class VmsModule(BaseModule):
|
||||||
disk_attachments = self.__get_storage_domain_and_all_template_disks(template)
|
disk_attachments = self.__get_storage_domain_and_all_template_disks(template)
|
||||||
|
|
||||||
return otypes.Vm(
|
return otypes.Vm(
|
||||||
|
id=self.param('id'),
|
||||||
name=self.param('name'),
|
name=self.param('name'),
|
||||||
cluster=otypes.Cluster(
|
cluster=otypes.Cluster(
|
||||||
name=self.param('cluster')
|
name=self.param('cluster')
|
||||||
|
|
Loading…
Reference in a new issue