Update cloud-init-vm.yaml.tftpl

This commit is contained in:
2025-08-27 17:18:02 +00:00
parent 31434adc99
commit c160abf546

View File

@ -19,7 +19,7 @@ users:
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 ~}