Hello,
I see that there is this Ansible module for vSphere that contains also the state "restarted":
https://docs.ansible.com/ansible/latest/modules/vmware_guest_powerstate_module.html

For oVirt I see the ovirt_vm module where state can be one of:
[ absent, next_run, present, registered, running, stopped, suspended, exported ]

Can we think to add a restart / restarted one to it too?
BTW: I see discrepancy between this page:
https://www.ovirt.org/develop/release-management/features/infra/ansible_modules.html
where many module names and links to github source are plural (eg ovirt_disks) and actual ansible docs and github sources that are singular (eg. ovirt_disk)

Thanks,
Gianluca