From 06a73174e0557377e86bd6bc54963a9d084d4ba4 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 09:18:24 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Added=20container=20ID=20to?= =?UTF-8?q?=20Proxmox=20Debian=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the create_proxmox_debian_template.yml file to include a new key for storing the container ID, which will be used in conjunction with the lxc_id variable. --- tasks/create_proxmox_debian_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 67efdba..9cd329e 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -18,6 +18,7 @@ lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp" lxc_rootfs_size: "8G" lxc_password: "password" + container_id: "{{ lxc_id }}" tasks: - block: