summaryrefslogtreecommitdiff
path: root/common/usb-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb-install.yml')
-rw-r--r--common/usb-install.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/usb-install.yml b/common/usb-install.yml
index db9faf7e..33f488eb 100644
--- a/common/usb-install.yml
+++ b/common/usb-install.yml
@@ -1,6 +1,6 @@
---
- name: fetch debian installer and bake initrd
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
connection: local
gather_facts: no
@@ -12,7 +12,7 @@
pre_tasks:
- set_fact:
- artifacts_dir: "{{ global_artifacts_dir }}/{{ hostname }}"
+ artifacts_dir: "{{ global_artifacts_dir }}/{{ install_hostname }}"
installer_path: "{{ global_cache_dir }}/debian-installer"
- file:
@@ -44,7 +44,7 @@
dest: "{{ usbdrive_path }}/syslinux.cfg"
content: |
DEFAULT linux
- SAY SYSLINUX booting an automated installer for {{ hostname }}...
+ SAY SYSLINUX booting an automated installer for {{ install_hostname }}...
LABEL linux
KERNEL linux
INITRD initrd.preseed.gz
@@ -60,7 +60,7 @@
dest: "{{ usbdrive_path }}/EFI/boot/syslinux.cfg"
content: |
DEFAULT linux
- SAY SYSLINUX booting an automated installer for {{ hostname }}...
+ SAY SYSLINUX booting an automated installer for {{ install_hostname }}...
LABEL linux
KERNEL ../../linux
INITRD ../../initrd.preseed.gz