Hi,

the info is not enough. Can you provide the error you receive.Most probably you 
will need to enable some debug to identify the issue.
Best Regards,Strahil Nikolov
 
 
  On Fri, May 14, 2021 at 12:44, Alessio B.<[email protected]> 
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_run
      ovirt_vm:
        next_run: yes
        name: "{{ item.name }}"
        auth: "{{ ovirt_auth }}"
        wait: true
      with_items:
        - "{{ vm_result.ovirt_vms }}"
      ignore_errors: true

    - name: Change state in next_run and reboot
      ovirt_vm:
        name: "{{ item.name }}"
        auth: "{{ ovirt_auth }}"
        state: next_run
        wait: true
        boot_devices:
          - hd
      with_items:
        - "{{ vm_result.ovirt_vms }}"
      ignore_errors: true

What's wrong? Thank you!
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/CYVEOCXTZLREOWMH7RW4MDBL364UIL4C/
  
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/5PMGZ66ZPICJDL5LQ2KDYI3IJLOF5VDE/

Reply via email to