Hi,
On Fri, May 14, 2021 at 12:44, Alessio B.<alessio.battaglia.1981@gmail.com> wrote:Hello, sorry if I continue in this thread but I have the same issue.This solution in my case doesn't work and the VM can't reboot after an update task like this- name: Set next_runovirt_vm:next_run: yesname: "{{ item.name }}"auth: "{{ ovirt_auth }}"wait: truewith_items:- "{{ vm_result.ovirt_vms }}"ignore_errors: true- name: Change state in next_run and rebootovirt_vm:name: "{{ item.name }}"auth: "{{ ovirt_auth }}"state: next_runwait: trueboot_devices:- hdwith_items:- "{{ vm_result.ovirt_vms }}"ignore_errors: trueWhat's wrong? Thank you!_______________________________________________Users mailing list -- users@ovirt.orgTo unsubscribe send an email to users-leave@ovirt.orgPrivacy Statement: https://www.ovirt.org/privacy-policy.htmloVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/