diff --git a/ksetup/tasks_prepare_node.yaml b/ksetup/tasks_prepare_node.yaml
index 6f4e014..9bd8083 100755
--- a/ksetup/tasks_prepare_node.yaml
+++ b/ksetup/tasks_prepare_node.yaml
@@ -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
+