chore 📦: Update setupacdc.yml to remove unused storage options

Removed the `--rootfs` option as it's no longer needed, simplifying the setup process. The updated configuration now uses only the required storage option.
This commit is contained in:
2025-11-01 22:38:19 +01:00
parent 2bf9f1c8e0
commit f51a07d59d

View File

@@ -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