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:
@@ -27,7 +27,7 @@
|
|||||||
container_description: default lxc
|
container_description: default lxc
|
||||||
container_onboot: 1
|
container_onboot: 1
|
||||||
container_protection: 0
|
container_protection: 0
|
||||||
container_unprivileged: 1
|
container_unprivileged: 0
|
||||||
container_pubkey: '{{ ssh_public_keys[0] }}'
|
container_pubkey: '{{ ssh_public_keys[0] }}'
|
||||||
container_tags:
|
container_tags:
|
||||||
- ansible_managed
|
- ansible_managed
|
||||||
|
|||||||
Reference in New Issue
Block a user