style 💎: Update setupacdc.yml formatting and add quotes around variables

Updated the setupacdc.yml file to improve readability by adding quotes around variable names, ensuring consistency in formatting.
This commit is contained in:
2025-11-03 17:35:27 +01:00
parent 5be175fc51
commit 0c2a97c5a3

View File

@@ -47,7 +47,7 @@
-ostype {{ container_ostype }} \ -ostype {{ container_ostype }} \
-hostname {{ container_hostname }} \ -hostname {{ container_hostname }} \
-password {{ container_password }} \ -password {{ container_password }} \
-ssh-public-keys {{ ssh_keys_file }} \ -ssh-public-keys "{{ ssh_keys_file }}" \
-cores {{ container_cores }} \ -cores {{ container_cores }} \
-memory {{ container_memory }} \ -memory {{ container_memory }} \
-swap {{ container_swap }} \ -swap {{ container_swap }} \