From 0c8ccd5dff7c71eb551b3ba4f47d98de34407810 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 23:55:30 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20protection=20s?= =?UTF-8?q?etting=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the protection setting from 1 to 0 in the setupacdc.yml file, allowing for more flexibility in the LXC configuration. This change does not affect the functionality of the setup process. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 373c4dd..b7dc147 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -21,7 +21,7 @@ -storage local-lvm \ -description "default lxc" \ -onboot 1 \ - -protection 1 \ + -protection 0 \ -unprivileged 1 \ -tags "ansible_managed,test" \ -features keyctl=1,nesting=1,mount=cifs