From ef00e827eacc1ebd1ac17e1086dde598b7c1c34b Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 19:09:44 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20use=20local-lvm=20for=20rootfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the rootfs configuration in setupacdc.yml to use a local-lvm instead of a fixed size, allowing for more efficient storage management. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 459b887..3cd7f3b 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -17,7 +17,7 @@ --memory 2048 \ --net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }} \ --storage local-lvm \ - --rootfs 1G + --rootfs local-lvm:1G become: yes become_user: root