From 77a5f6276a959e31235dc602345f8ccb5b0a5dfa Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 23:03:01 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20Debian=20template=20t?= =?UTF-8?q?o=20Proxmox=20VM=20creation=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new variable to the create_proxmox_debian_template.yml file to include the Debian template, allowing for more customization in the Proxmox VM creation process. --- tasks/create_proxmox_debian_template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 5d30a14..67aad8f 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -244,6 +244,9 @@ hosts: node0 become: true + vars_files: + - ../vars/debian_template.yml + tasks: - block: