From 0c943620d69ff7c4286c763a83dad703833000b3 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:47:17 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20enable=20logging=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the 'no_log' option from false to true in the setupacdc.yml file, enabling logging for containers. This change ensures that logs are generated and stored as expected. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index e86f85a..aadff6e 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -61,7 +61,7 @@ -features {{ container_features }} args: creates: "/etc/pve/lxc/{{ container_id }}.conf" - # no_log: true + no_log: true # -password {{ container_password }} \ # -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \