From 160b7a257cb83ca414810bbfb6f92c7972673009 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Fri, 22 Mar 2024 05:46:53 +0100 Subject: [PATCH] Remove Proxmox unsuported parameter `ciupgrade` --- roles/virtualization/tasks/proxmox.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/virtualization/tasks/proxmox.yml b/roles/virtualization/tasks/proxmox.yml index 4e3b5d4..4d45e96 100644 --- a/roles/virtualization/tasks/proxmox.yml +++ b/roles/virtualization/tasks/proxmox.yml @@ -6,7 +6,6 @@ api_password: "{{ hypervisor_password }}" ciuser: "{{ user_name }}" cipassword: "{{ user_password }}" - ciupgrade: 0 node: "{{ hypervisor_node }}" # Proxmox node name vmid: "{{ vm_id }}" # Unique ID for the VM name: "{{ hostname }}" # Name of the VM @@ -46,4 +45,4 @@ node: "{{ hypervisor_node }}" name: "{{ hostname }}" vmid: "{{ vm_id }}" - state: started # Ensure the VM is present \ No newline at end of file + state: started # Ensure the VM is present