From 48d0df39753037b6688c55a372254ef9ecae5631 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Nov 2020 04:44:34 +0100 Subject: don't use install_hostname variable in roles --- roles/installer/debian/usb/templates/syslinux.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/installer/debian/usb/templates') diff --git a/roles/installer/debian/usb/templates/syslinux.cfg.j2 b/roles/installer/debian/usb/templates/syslinux.cfg.j2 index 4531c1f9..98890372 100644 --- a/roles/installer/debian/usb/templates/syslinux.cfg.j2 +++ b/roles/installer/debian/usb/templates/syslinux.cfg.j2 @@ -1,5 +1,5 @@ {% if (ansible_play_hosts_all | length) == 1 %} -DEFAULT {{ install_hostname }} +DEFAULT {{ inventory_hostname }} TIMEOUT 100 PROMPT 1 SAY ***************************************** @@ -7,7 +7,7 @@ SAY ** SAY ** Distro: {{ install_distro }} SAY ** Codename: {{ install_codename }} SAY ** -SAY ** will be booting automated installer for {{ install_hostname }} in 10s ... +SAY ** will be booting automated installer for {{ inventory_hostname }} in 10s ... SAY ** {% else %} DEFAULT menu.c32 -- cgit v1.2.3