From 835b84b71a0ea84ac238a5d4112172c6caaa67c2 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 08:27:47 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20setupacdc.yml?= =?UTF-8?q?=20formatting=20and=20remove=20unnecessary=20quotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the setupacdc.yml file to conform to standard formatting, removing unnecessary quotes around the container_description variable. This change improves readability and consistency in the configuration file. --- tasks/setupacdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 7eeebf6..b4c58a4 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -21,7 +21,7 @@ container_cores: 2 container_net: "name=eth0,bridge=vmbr0,ip=dhcp" container_features: "keyctl=1,nesting=1,mount=cifs" - container_description: "default lxc" + container_description: default lxc tasks: @@ -57,7 +57,7 @@ -swap {{ container_swap }} \ -net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ -storage {{ container_storage }} \ - -description {{ container_description }} \ + -description "{{ container_description }}" \ -onboot 1 \ -protection 0 \ -unprivileged 1 \