From d3759dc082e67ce65453660325d40d5e1bf94ec6 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 5 Nov 2025 20:33:21 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20enable=20privileged=20containers=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the `container_unprivileged` setting from `1` to `0`, allowing for more flexibility in container configuration. This change will impact how containers are set up and managed in the project. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 9e11dbc..d854320 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -27,7 +27,7 @@ container_description: default lxc container_onboot: 1 container_protection: 0 - container_unprivileged: 1 + container_unprivileged: 0 container_pubkey: '{{ ssh_public_keys[0] }}' container_tags: - ansible_managed