fix(virtualization): use hostname variable instead of hardcoded archiso in cloud-user-data
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#cloud-config
|
||||
hostname: "archiso"
|
||||
hostname: "{{ hostname }}"
|
||||
ssh_pwauth: true
|
||||
package_update: false
|
||||
package_upgrade: false
|
||||
|
||||
Reference in New Issue
Block a user