style 💎: Update password format in setupacdc.yml

Updated the password format to use double quotes instead of single quotes for better readability and security.
This commit is contained in:
2025-11-04 19:04:30 +01:00
parent 064f775a13
commit a2deff2d43

View File

@@ -46,7 +46,7 @@
pct create {{ container_id }} {{ container_template }} \ pct create {{ container_id }} {{ container_template }} \
-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 }} \