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.<alessio.battaglia.1981(a)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_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 -- users(a)ovirt.org
To unsubscribe send an email to users-leave(a)ovirt.org
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/users@ovirt.org/message/CYVEOCXTZLR...