diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py index f62b37fe48..3e5119e859 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py @@ -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')