Update cloud-init-vm.yaml.tftpl

This commit is contained in:
2025-08-27 17:36:12 +00:00
parent c160abf546
commit 3b6f28c522

View File

@ -17,7 +17,7 @@ users:
%{ endfor ~} %{ endfor ~}
chpasswd: chpasswd:
list: | list:
%{ for u in each.value.extra_users ~} %{ for u in each.value.extra_users ~}
${u.name}:${u.password} ${u.name}:${u.password}
%{ endfor ~} %{ endfor ~}