chore 📦: Update setupacdc.yml to enable privileged containers by default

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.
This commit is contained in:
2025-11-05 20:33:21 +01:00
parent 32a0f30520
commit d3759dc082

View File

@@ -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