style 💎: Update template variables for Proxmox Debian setup

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.
This commit is contained in:
2025-11-08 22:50:56 +01:00
parent 4cc4ad48dc
commit 4fdef98933

View File

@@ -19,8 +19,8 @@
lxc_swap: 0 lxc_swap: 0
lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp" lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp"
lxc_rootfs_size: "8G" lxc_rootfs_size: "8G"
lxc_password: "password" lxc_password: "password"
lxc_id: "{{ lxc_id }}" container_id: "{{ lxc_id }}"
tasks: tasks:
- block: - block: