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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user