X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fusb-install.yml;h=5f3c9a58fa66710b08ed46c2bb1e9a7ed21f4aa9;hb=ac14332f21b0a24c86877f4313597816fd8823ea;hp=985e560da2b8c4b661583c62e3df50c13d4695fa;hpb=9c4f64ded57c36e4f96fd331aaa6714bce1889eb;p=noc.git diff --git a/ansible/usb-install.yml b/ansible/usb-install.yml index 985e560..5f3c9a5 100644 --- a/ansible/usb-install.yml +++ b/ansible/usb-install.yml @@ -2,6 +2,7 @@ - name: Fetch debian installer and bake initrd hosts: "{{ hostname }}" connection: local + gather_facts: no vars_prompt: - name: usbdrive_path @@ -49,7 +50,7 @@ LABEL linux KERNEL linux INITRD initrd.preseed.gz - APPEND install {{ (install.kernel_cmdline or []).join(' ') }} + APPEND install {{ (install.kernel_cmdline | default([])) | join(' ') }} - name: Make the USB disk bootable pause: