From 1f9158d404228947e2386605c73e12a57e06b4af Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 7 Nov 2025 18:29:12 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20remove=20deprecated=20lxc=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the 'lxc.cap.keep=sys_time' option from the setupacdc.yml file as it is no longer supported, ensuring compatibility with newer LXC versions. --- tasks/setupacdc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 440a7c6..81a74fb 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -90,7 +90,6 @@ -protection {{ container_protection }} \ -unprivileged {{ container_unprivileged }} \ -tags '{{ container_tags | join(',') }}' \ - -lxc "lxc.cap.keep=sys_time" \ -features '{{ container_features }}' args: creates: '/etc/pve/lxc/{{ container_id }}.conf'