style 💎: Improve tags formatting in setupacdc.yml

Updated the `container_tags` variable to use comma join for better readability and consistency.
This commit is contained in:
2025-11-02 08:45:09 +01:00
parent 88b55e5599
commit e5fb255e76

View File

@@ -69,7 +69,7 @@
-onboot {{ container_onboot }} \ -onboot {{ container_onboot }} \
-protection {{ container_protection }} \ -protection {{ container_protection }} \
-unprivileged {{ container_unprivileged }} \ -unprivileged {{ container_unprivileged }} \
-tags "{{ container_tags }}" \ -tags "{{ container_tags | join(',') }}" \
-features {{ container_features }} -features {{ container_features }}
args: args:
creates: "/etc/pve/lxc/{{ container_id }}.conf" creates: "/etc/pve/lxc/{{ container_id }}.conf"