Update cloud-init-vm.yaml.tftpl

This commit is contained in:
2025-08-27 21:42:50 +00:00
parent 40d55dfd23
commit 680633fefe

View File

@ -21,9 +21,9 @@ 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 ~}
expire: false expire: false
%{ endif ~} %{ endif ~}