From 0c2a97c5a3776feab4d157f96096e8956c6408c9 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 17:35:27 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20setupacdc.yml?= =?UTF-8?q?=20formatting=20and=20add=20quotes=20around=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the setupacdc.yml file to improve readability by adding quotes around variable names, ensuring consistency in formatting. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index c4acddf..8d1e7f9 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -47,7 +47,7 @@ -ostype {{ container_ostype }} \ -hostname {{ container_hostname }} \ -password {{ container_password }} \ - -ssh-public-keys {{ ssh_keys_file }} \ + -ssh-public-keys "{{ ssh_keys_file }}" \ -cores {{ container_cores }} \ -memory {{ container_memory }} \ -swap {{ container_swap }} \