fix: add support for Proxmox snippets storage configuration and update related paths

This commit is contained in:
2025-12-06 08:08:26 +01:00
parent 6d7fc713a2
commit 15325213ab
5 changed files with 49 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
- name: "[IMAGE] Create template directory if missing"
ansible.builtin.file:
path: "/var/lib/vz/template/qemu"
path: "{{ proxmox_snippets_storage_path }}/template/qemu"
state: directory
mode: "0755"
when: not debian_img.stat.exists