ovirt_vms: Support to specify VM id (#31253)

Fixes: https://github.com/ansible/ansible/issues/30873
pull/30337/head
Ondra Machacek 8 years ago committed by ansibot
parent 9c6ad3d076
commit 3978baf32f

@ -640,6 +640,7 @@ class VmsModule(BaseModule):
disk_attachments = self.__get_storage_domain_and_all_template_disks(template)
return otypes.Vm(
id=self.param('id'),
name=self.param('name'),
cluster=otypes.Cluster(
name=self.param('cluster')

Loading…
Cancel
Save