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
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
- name: ensure baremetal-specific packages are installed - name: ensure baremetal-specific packages are installed
apt: apt:
name: {{ item }} name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- lldpd - lldpd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment