Hello,
I see that there is this Ansible module for vSphere that contains also the state "restarted":
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:
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