diff --git a/tasks/testing.yml b/tasks/testing.yml index 39dbb5f..0ddf401 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -56,7 +56,7 @@ proxmox_template_vm_proxmox_api_token_secret: "{{ proxmox_api_token_secret }}" # From Ansible vault # Optional customizations for ubuntu - proxmox_template_vm_ubuntu_storage: "local" + proxmox_template_vm_ubuntu_storage: "local-lvm" proxmox_template_vm_ubuntu_name: ubuntu-2204-template proxmox_template_vm_ubuntu_memory: 4096 proxmox_template_vm_ubuntu_cores: 1 @@ -67,7 +67,7 @@ proxmox_template_vm_ubuntu_vlan: 50 # Optional customizations for fedora - proxmox_template_vm_fedora_storage: "local" + proxmox_template_vm_fedora_storage: "local-lvm" proxmox_template_vm_fedora_name: fedora-40-template proxmox_template_vm_fedora_memory: 4096 proxmox_template_vm_fedora_cores: 1