From c05e1ca70925e9e68788718f05fca0f13a13bb44 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 1 Jul 2021 13:23:12 +0200 Subject: make new ubuntu-installer selectable by (usb|iso)-install.yml playbooks --- roles/installer/ubuntu/usb/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer/ubuntu/usb') diff --git a/roles/installer/ubuntu/usb/tasks/main.yml b/roles/installer/ubuntu/usb/tasks/main.yml index c29fe2f8..c7eb9e41 100644 --- a/roles/installer/ubuntu/usb/tasks/main.yml +++ b/roles/installer/ubuntu/usb/tasks/main.yml @@ -25,7 +25,7 @@ prompt: | Please write the image to the USB drive using something like this: - $ sudo ddrescue {{ ubuntu_installer_target_dir }}/{{ ubuntu_installer_filename }} {{ usb_install_path }} -D --force + $ sudo ddrescue {{ (ubuntu_installer_target_dir, ubuntu_installer_filename) | path_join | realpath }} {{ usb_install_path }} -D --force This will NOT be done automatically. -- cgit v1.2.3