summaryrefslogtreecommitdiff
path: root/common/usb-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-27 02:26:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-27 02:26:23 +0200
commit012046624239206f4989d64d6d2f2b68b71b805d (patch)
tree412d453b1e18f12c4e2499b89a82ba297e1ba30b /common/usb-install.yml
parentinitial support for ubuntu 24.04 (diff)
autoselection for installer_variant and some more ubunut noble fixes
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.