From 4fdef98933c09d235a7146648473efcae0a2d457 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 22:50:56 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20template=20var?= =?UTF-8?q?iables=20for=20Proxmox=20Debian=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `create_proxmox_debian_template.yml` file to remove unnecessary variables and improve code readability. The changes include updating the `lxc_password` and `lxc_id` variables, making it easier to manage container IDs. --- tasks/create_proxmox_debian_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 52535c7..3b68085 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -19,8 +19,8 @@ lxc_swap: 0 lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp" lxc_rootfs_size: "8G" - lxc_password: "password" - lxc_id: "{{ lxc_id }}" + lxc_password: "password" + container_id: "{{ lxc_id }}" tasks: - block: