Skip to content
Snippets Groups Projects
Commit ddd33f8b authored by Thomas Schneider's avatar Thomas Schneider
Browse files

baremetal: fix syntax errors


Signed-off-by: default avatarThomas Schneider <qsx@qsx.re>
parent 455ed292
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: ensure baremetal-specific packages are installed
apt:
name: {{ item }}
name: "{{ item }}"
state: installed
with_items:
- lldpd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment