From 4561a64edb85b10e6ee2b44b4de2d8f61539a916 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 08:59:41 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Improve=20storage=20con?= =?UTF-8?q?figuration=20in=20proxmox=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `--rootfs` option to use only `--storage` for more flexibility and readability. This change simplifies the configuration and makes it easier to manage different storage options. --- tasks/create_proxmox_debian_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 40c4949..c46e373 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -38,7 +38,7 @@ --memory {{ lxc_memory }} --ostype {{ lxc_ostype }} --net0 {{ lxc_net }} - --rootfs {{ lxc_storage }}:{{ lxc_rootfs_size }} + --storage {{ lxc_storage }} --features nesting=1 --start args: