From ed30cb748ba9627e77fc3361666b62277339f229 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 12:14:49 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20rootfs=20size?= =?UTF-8?q?=20to=20use=20a=20single=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplified the rootfs configuration by removing the size parameter and using a single value of 7G, making it consistent with other configurations. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 7f8846d..bfdb9c4 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -58,7 +58,7 @@ -protection {{ container_protection }} \ -unprivileged {{ container_unprivileged }} \ -tags "{{ container_tags | join(',') }}" \ - -rootfs size=7G \ + -rootfs 7G \ -features {{ container_features }} args: creates: "/etc/pve/lxc/{{ container_id }}.conf"