fix(virtualization): use hostname variable instead of hardcoded archiso in cloud-user-data

This commit is contained in:
2026-02-20 22:51:32 +01:00
parent d00d84b69c
commit 5246a905bb

View File

@@ -1,5 +1,5 @@
#cloud-config
hostname: "archiso"
hostname: "{{ hostname }}"
ssh_pwauth: true
package_update: false
package_upgrade: false