From f51a07d59d59383cb08bdfc05183d96968fd2bc7 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 22:38:19 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20remove=20unused=20storage=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the `--rootfs` option as it's no longer needed, simplifying the setup process. The updated configuration now uses only the required storage option. --- tasks/setupacdc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 2907c06..08b49cc 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -16,8 +16,7 @@ --cores 2 \ --memory 2048 \ --net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }} \ - --storage local-lvm \ - --rootfs local-lvm:1G + --storage local-lvm become: yes become_user: root