From 60a8680102f8d010140d10ff50fef6dcbdf132da Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 23:43:15 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the setupacdc.yml file to fix formatting issues and improve readability. The changes include updating quotes around description fields and adding spaces between tags. --- tasks/setupacdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 8c90dd0..836ae1d 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -19,11 +19,11 @@ -swap 128 \ -net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ -storage local-lvm \ - -description default lxc \ + -description "default lxc" \ -onboot 1 \ -protection 1 \ -unprivileged 1 \ - -tags ansible_managed test \ + -tags "ansible_managed,test" \ -features keyctl=1,nesting=1,mount=cifs become: yes