projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f600913
)
jinja2 != python ...
author
Christian Pointner
<equinox@realraum.at>
Sat, 12 Jan 2019 23:22:37 +0000
(
00:22
+0100)
committer
Christian Pointner
<equinox@realraum.at>
Sat, 12 Jan 2019 23:22:37 +0000
(
00:22
+0100)
ansible/usb-install.yml
patch
|
blob
|
history
diff --git
a/ansible/usb-install.yml
b/ansible/usb-install.yml
index
985e560
..
9662520
100644
(file)
--- a/
ansible/usb-install.yml
+++ b/
ansible/usb-install.yml
@@
-49,7
+49,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: