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.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/usb-install.yml b/common/usb-install.yml
index a909e679..fa901594 100644
--- a/common/usb-install.yml
+++ b/common/usb-install.yml
@@ -3,17 +3,17 @@
hosts: "{{ install_hostname }}"
connection: local
gather_facts: no
- vars:
- installer_variant: debian
vars_prompt:
- name: usb_install_path
prompt: "Path to the the USB installation mountpoint or device"
private: no
- roles:
- - role: "installer/{{ installer_variant }}/usb"
- installer_base_path: "{{ global_cache_dir }}/{{ installer_variant }}-installer"
- installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"
- post_tasks:
+ tasks:
+ - vars:
+ installer_base_path: "{{ global_cache_dir }}/{{ installer_variant }}-installer"
+ installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"
+ include_role:
+ name: "installer/{{ installer_variant }}/usb"
+
- pause:
prompt: |
Please unmount the USB the stick, plug it into the machine and boot from it.