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 b8af8b3fdd
commit 9347140808

View File

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