--- - name: fetch and generate usb installer hosts: "{{ install_hostnames }}" connection: local gather_facts: no vars_prompt: - name: usb_install_path prompt: Where is the USB installation medium mounted to? private: no roles: - role: installer/debian/usb install_hostname: "{{ inventory_hostname }}" installer_base_path: "{{ global_cache_dir }}/debian-installer" installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"