From b87dca99bdf6f9cbc87a44574beb4ffa2df82e43 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 17:04:50 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Improve=20template=20fo?= =?UTF-8?q?rmatting=20and=20remove=20unused=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the create_proxmox_debian_template.yml file to improve its readability by removing an unused parameter and adjusting indentation. This change enhances the overall code style without affecting its functionality. --- tasks/create_proxmox_debian_template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 29d5e08..87b7a10 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -52,7 +52,6 @@ --cores {{ lxc_cores }} --memory {{ lxc_memory }} --swap {{ lxc_swap }} - --rootfs-size {{ lxc_rootfs_size }} --ostype {{ lxc_ostype }} --net0 {{ lxc_net }} --storage {{ lxc_storage }}