From 26dc8b9c6247f96fc047ad9a6408fad8cf7814b8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 2 Jul 2021 14:03:42 +0200 Subject: harmonize variable names used by debian/preseed installer role --- roles/installer/debian/iso/templates/grub.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/installer/debian/iso/templates/grub.cfg.j2') diff --git a/roles/installer/debian/iso/templates/grub.cfg.j2 b/roles/installer/debian/iso/templates/grub.cfg.j2 index 12b8837b..e2f480fa 100644 --- a/roles/installer/debian/iso/templates/grub.cfg.j2 +++ b/roles/installer/debian/iso/templates/grub.cfg.j2 @@ -15,6 +15,6 @@ set timeout=10 set default=0 menuentry "automated installer for {{ inventory_hostname }}" { - linux /linux --- auto {{ (install_cooked.kernel_cmdline | default([])) | join(' ') }} - initrd /initrd.gz + linux /linux --- auto {{ (install_cooked.kernel_cmdline | default([])) | join(' ') }} + initrd /initrd.gz } -- cgit v1.2.3