chore 📦: Update setupacdc.yml to remove deprecated lxc option

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.
This commit is contained in:
2025-11-07 18:29:12 +01:00
parent 5ed3c8fdac
commit 1f9158d404

View File

@@ -90,7 +90,6 @@
-protection {{ container_protection }} \ -protection {{ container_protection }} \
-unprivileged {{ container_unprivileged }} \ -unprivileged {{ container_unprivileged }} \
-tags '{{ container_tags | join(',') }}' \ -tags '{{ container_tags | join(',') }}' \
-lxc "lxc.cap.keep=sys_time" \
-features '{{ container_features }}' -features '{{ container_features }}'
args: args:
creates: '/etc/pve/lxc/{{ container_id }}.conf' creates: '/etc/pve/lxc/{{ container_id }}.conf'