style 💎: Update setupacdc.yml to remove unnecessary log flag

Removed the no_log flag from the setupacdc task, as it was not being used. This change simplifies the configuration and makes it easier to manage. The updated flag will be set to true by default in future changes.
This commit is contained in:
2025-11-02 20:47:26 +01:00
parent 5eb6f8b563
commit 5be175fc51

View File

@@ -61,7 +61,7 @@
-features {{ container_features }}
args:
creates: "/etc/pve/lxc/{{ container_id }}.conf"
no_log: true
# no_log: true
# -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \