Quemu restart was not useful and results in error.

To start Quemu, after installing, it requires Proxmox to enable Quemu on that specific VM, then shut down and power up again, a `reboot` won't surface.
This commit is contained in:
savagebidoof 2024-03-07 05:44:03 +01:00
parent 2f6ec13ee6
commit d42567a399

View File

@ -226,3 +226,10 @@
pkg:
- qemu-guest-agent
when: is_proxmox_vm
- name: Enable quemu-guest-agent
ansible.builtin.systemd:
name: qemu-guest-agent
enabled: true
# Quemu requires to be enabled on the Proxmox VM, after installing also requires to be shut down, and started again from the Proxmox GUI