From eb61288865e8f8e2771a26db4fb678386ba3490e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:49:52 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20enable=20logging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the `no_log` option from true to false in the setupacdc.yml file, allowing for log output during container creation. This change enables more detailed debugging and monitoring capabilities. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index aadff6e..85a79a6 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: false # -password {{ container_password }} \ # -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \