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