style 💎: Update rootfs size to use a single value

Simplified the rootfs configuration by removing the size parameter and using a single value of 7G, making it consistent with other configurations.
This commit is contained in:
2025-11-02 12:14:49 +01:00
parent fa5ee9d085
commit ed30cb748b

View File

@@ -58,7 +58,7 @@
-protection {{ container_protection }} \ -protection {{ container_protection }} \
-unprivileged {{ container_unprivileged }} \ -unprivileged {{ container_unprivileged }} \
-tags "{{ container_tags | join(',') }}" \ -tags "{{ container_tags | join(',') }}" \
-rootfs size=7G \ -rootfs 7G \
-features {{ container_features }} -features {{ container_features }}
args: args:
creates: "/etc/pve/lxc/{{ container_id }}.conf" creates: "/etc/pve/lxc/{{ container_id }}.conf"