From 5be175fc5144ef8df07a804b5c2948191e82bea6 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 20:47:26 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20remove=20unnecessary=20log=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 187914c..c4acddf 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 # -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \