From d85c6afe5c0a1a4a70f140201922d933e75a4c9b Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 6 Dec 2025 09:45:45 +0100 Subject: [PATCH] fix: update Cloud-Init snippet SSH key path for Proxmox configuration --- tasks/configure-vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure-vm.yml b/tasks/configure-vm.yml index 982e3ea..d822459 100644 --- a/tasks/configure-vm.yml +++ b/tasks/configure-vm.yml @@ -155,7 +155,7 @@ ansible.builtin.command: > qm set {{ vm_id }} --ciuser {{ ci_user }} - --sshkeys local:snippets/{{ vm_id }}-sshkey.pub + --sshkeys "{{ proxmox_snippets_storage_path }}/snippets/{{ vm_id }}-sshkey.pub" --citype nocloud --cicustom "user=local:snippets/{{ vm_id }}-user.yaml,vendor=local:snippets/{{ vm_id }}-vendor.yaml" --ipconfig0 {{ ipconfig0 }}