fix: serialize Proxmox VM apply
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Cluster / Terraform (push) Has been cancelled

This commit is contained in:
2026-04-25 17:27:59 +00:00
parent e0359f0097
commit f8da2594ca
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -101,6 +101,7 @@ jobs:
terraform apply \ terraform apply \
-var="ssh_public_key=$HOME/.ssh/id_ed25519.pub" \ -var="ssh_public_key=$HOME/.ssh/id_ed25519.pub" \
-var="ssh_private_key=$HOME/.ssh/id_ed25519" \ -var="ssh_private_key=$HOME/.ssh/id_ed25519" \
-parallelism=1 \
-auto-approve -auto-approve
- name: Save Terraform Outputs - name: Save Terraform Outputs
+1 -1
View File
@@ -57,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "nodes" {
vm_id = var.proxmox_template_vm_id vm_id = var.proxmox_template_vm_id
datastore_id = var.proxmox_clone_full ? var.proxmox_vm_storage_pool : null datastore_id = var.proxmox_clone_full ? var.proxmox_vm_storage_pool : null
full = var.proxmox_clone_full full = var.proxmox_clone_full
retries = 3 retries = 5
} }
agent { agent {